DDNAMES for DGA#CBAT

The DGA#CBAT REXX exec has both required and optional ddnames.

The following table describes the required and optional ddnames for the REXX exec DGA#CBAT program shown in the sample job stream example.

DDNAME Description
SYSEXEC Indicates the location of the library that contains the IBM Connect:Direct REXX exec’s. This DD statement is required.
STEPLIB Indicates the location of the library that contains the IBM® Connect:Direct® load modules. This DD statement is required, unless the data set is in linklist.
DMNETMAP Indicates the name of the network map for the node you are signing on to. You can also specify this name through the SIGNON command NETMAP parameter. If you use both methods, the network map file name specified on the SIGNON command takes precedence. This DD statement is optional.
DMPUBLIB Indicates the library that contains the IBM Connect:Direct Processes. This DD statement is required.
DMMSGFIL Indicates the IBM Connect:Direct message file that contains IBM Connect:Direct messages. This DD statement is required.
DMPRINT Indicates the destination of the job output from DGADBATC that collects output messages such as error messages. This DD statement is required. Always check DMPRINT output for verification of the processing that occurred.
SYSTSPRT Indicates the destination of the output from REXX exec DGA#CBAT that collects output messages such as error messages. This DD statement is required. Always check SYSTSPRT output for verification of the processing that occurred.
SYSPRINT Indicates the destination of the job execution messages. This DD statement is optional.
NDMCMDS Use to test new job streams. If specified, it prints an image of each command sent to IBM Connect:Direct after processing all symbolic substitution and parameter overrides. This DD statement is optional.
APITRACE
Used to provide an automatic trace of the API code. This DD statement is optional.
Note: Depending on the number of commands in SYSIN a large amount of trace data can be generated.
APISECUR Used tp provide an automatic Security trace for the API code. This DD statement is optional.
Note: Depending on the number of commands in SYSIN a large amount of trace data can be generated.
SYSIN This DD statement is not supported.
SYSTSIN Indicates the location of the IBM Connect:Direct commands. You need to represent it as instream data. This DD statement is required.