EXPDIR subcommand

The EXPDIR command is used to expand the directory of the PDS library being edited, thereby allowing it to contain more members. It is to be distinguished from the MSL EXPDIR command, which is used to expand any PDS library in the hierarchy.

Syntax

Read syntax diagramSkip visual syntax diagramEXPDIRKeyWord 1number_of_blocks

Operands

KeyWord
The value of this operand can be BLOCKS, BLKS, or B.
number_of_blocks
The number of blocks by which the directory is to be expanded. If no number is specified, the default is 1.

Usage notes

  • The EXPDIR command is applicable only to PDS libraries.
  • One block is enough for 5 members with ISPF statistics or 20 members without statistics.

Examples

EXPDIR
Expands the current directory by one block.
EXPDIR BLKS 3
Expands the current directory by three blocks.