DD statements for the Site Default Generation utility

The Site Default Generation utility requires DD statements to identify the source of input and the placement of output information.

The following table lists the DD statements that you can use for the FABJTGEN JCL.

Table 1. DD statements for the FABJTGEN JCL
DDNAME Use Format Required or optional
STEPLIB Input PDS Optional
ICEIN Input LRECL=80 Required
SYSPUNCH Output LRECL=80 Required
SYSPRINT Output LRECL=133 Required
SYSABEND or SYSUDUMP Output LRECL=133 Optional
STEPLIB DD
This statement points to the load module library data set that contains the IMS HP Image Copy load modules.
ICEIN DD
This statement is required. It specifies the input control statement data set. The data set can reside on a tape or a direct-access volume, or it can be routed through the input stream (DD * or DD DATA).

For details, see ICEIN control statements.

SYSPUNCH DD
This statement is required. It specifies the output data set for FABJTGEN to generate the assembler source code. The following DCB parameters must be specified:
  • RECFM=F or FB
  • LRECL=80
  • BLKSIZE=80 or multiple of 80
SYSPRINT DD
This statement is required. It specifies the output message data set. The data set can reside on a tape, a direct-access volume, or a printer; or it can be routed through the output stream (SYSOUT). SYSPRINT can be blocked but must be a multiple of 121.
SYSABEND DD
SYSUDUMP DD
These statements define a dump data set. If both statements are present, the last occurrence is used for the dump.