Previous Topic: UsageNext Topic: Example


JCL Considerations

When you submit a FASTLOAD utility through the batch command facility, the JCL to execute the facility must include statements to define:

Note: For more information about the generic JCL used to execute the batch command facility, see the chapter for your operating system in this guide.

Intermediate work files

The following tables indicate which work files are created and read by the different utility steps depending on the use of the SORTEXIT and REUSE WORKFILE options.

Step

Input

Output

FASTLOAD: NOT sortexit mode and NOT reusing workfiles

SORT1

SYS002

SYS004

IDMSDBL2

SYS004

SYS005

SORT3

SYS005

SYS009

IDMSDBL3

SYS009

SYS010

SORT4

SYS010

SYS011

IDMSDBL4

SYS011

 

FASTLOAD: NOT sortexit mode and REUSING workfiles

SORT1

SYS002

SYS004

IDMSDBL2

SYS004

SYS005

SORT3

SYS005

SYS004

IDMSDBL3

SYS004

SYS005

SORT4

SYS005

SYS004

IDMSDBL4

SYS004

 

FASTLOAD: SORTEXIT mode and NOT reusing workfiles

SORT1/IDMSDBL2

SYS002

SYS005

SORT3/IDMSDBL3

SYS005

SYS010

SORT4/IDMSDBL4

SYS010

 

FASTLOAD: SORTEXIT mode and REUSING workfiles

SORT1/IDMSDBL2

SYS002

SYS005

SORT3/IDMSDBL3

SYS005

SYS005

SORT4/IDMSDBL4

SYS005

 

Note: The RELDCTL file is read in steps IDMSDBL2, IDMSDBL3, and IDMSDBL4.

Work file JCL Considerations for STEP mode

FASTLOAD normally runs as a single step but runs as separate steps using the "STEP step-name" syntax. When running in step mode, input files should have dispositions to state that the file already exists, for example, "DISP=OLD."

Preserve output files on successful completion but not when the job fails, for example, "DISP=(NEW,CATLG,DELETE)."

See the "Intermediate Work File" table to determine which files are input and which files are output and when they are used.

The RELDCTL file is always input to every step.

The SYSPCH file is created by an IDMSDBLx step and used as input to a SORTx step. When used as input, it is defined as SYS001.

Work file record lengths: