Previous Topic: Download Enforcement Structure (ESXDLOD)Next Topic: Upload Enforcement Structure (ESXULOD)


Download Enforcement Report Output

After executing ESXDLOD, review the Audit Report. If ESXDLOD does not execute successfully, warning and/or error messages appear on the report. Correct any errors and resubmit the job.

 //ESXDLOD  JOB (job card parameters),CLASS=A,MSGCLASS=A
 //ESXDLOD  EXEC PGM=ESXBDLD,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
 //AUDIT    DD SYSOUT=a
 //LODFILE  DD DSN=your.enforcer.structure,
 //         DISP=(NEW,CATLG),
 //         UNIT=SYSDA,
 //         SPACE=(CYL,(6,2))
 //SYSIPT   DD *
  PROCESS,
    DICTIONARY=dictionary-name,
    NODE=node-name,
    TABLES
 /*
 //

Exhibit 4.1: Model z/OS and Z/OS JCL (ESXDLOD)

Key to Variables

Exhibit 4.2: Model Z/VSE JCL (ESXDLOD.S)

Key to Variables

Exhibit 4.3: Model Z/VM EXEC—ESXDLOD

Key to Variables