Previous Topic: ALLOC_ILOGNext Topic: CHANGE


ALLOC_ISET

This command allocates an IMOD file. ALLOC_ISET automatically invokes the INITIALIZE command after successful allocation.

Syntax

ALLOC_ISET [DDNAME ddname] NAME clname [VOLSER volser] {CYL|TRK} prim sec

Parameters

ddname

DDname to assign. Ensure the name that you specify does not duplicate a ddname in the JCL. Only needed to perform more operations on the newly allocated ISET.

clname

Cluster name, from 1 to 38 characters.

volser

Volume serial number of the volume to contain the data set.

CYL

Space allocation (prim and sec) is specified in cylinders.

TRK

Space allocation (prim and sec) is specified in tracks.

prim sec

Space, in cylinders or tracks, for primary and secondary extents.

Usage Note

After you allocate a file, perform operations on the new file by using the ddname that you assigned.