Previous Topic: SYSLST LimitationsNext Topic: Operations


Report Output

If CA IDMS Enforcer's error level display is enabled using option 3.1.2--Environment Runtime Directives Utility, you will receive the expanded mode version of report output similar to the Report Output--Expanded Mode. See "Batch Mode--SYSLST Limitations" for more information about enabling error displays.

Regardless of the error display specified, active enforcement for a data dictionary results in naming compliance messages presented in CA IDMS utility message format. Message displays presented during dictionary update are described in Active Enforcement.

 //ESXSAMPL JOB (job card parameters),CLASS=A,MSGCLASS=A
 //ESXSAMPL EXEC PGM=batchjob,REGION=1000K
 //STEPLIB  DD   DISP=SHR,DSN=your.ca.loadlib
 //         DD   DISP=SHR,DSN=your.idms.loadlib
 //SYSCTL   DD   DISP=SHR,DSN=your.idms.sysctl
 //SYSIDMS  DD *
 DMCL=your.dmcl.name
 //SYSLST   DD   SYSOUT=a
 //SYSPCH   DD   DUMMY
 //SYSIPT   DD   *
           .
           .
           .
        syntax-input
           .
           .
 /*
 //

Exhibit 4.16: Model z/OS and Z/OS JCL (ESXSAMPL)

Key to Variables

Exhibit 4.17: Model Z/VM EXEC--ESXSAMPL

Key to Variables