Previous Topic: Upload Enforcement Structure (ESXULOD)Next Topic: Enforcement Structure Print (ESXPRINT)


Upload Enforcement Report Output

After executing ESXULOD, review the Audit Report. If ESXULOD does not execute successfully, error messages appear on the Audit Report. Correct any errors and resubmit the job.

 //ESXULOD  JOB (job card parameters),CLASS=A,MSGCLASS=A
 //ESXULOD  EXEC PGM=ESXBULD,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 DISP=SHR,DSN=your.enforcer.structure
 //CDFILE   DD DISP=SHR,DSN=your.enforcer.cdfile
 //WORKFIL  DD DSN=your.enforcer.workfile,
 //         DISP=(NEW,DELETE,DELETE),
 //         UNIT=SYSDA,
 //         SPACE=(CYL,(2,1))
 //SYSIPT   DD *
  PROCESS,
    DICTIONARY=dictionary-name,
    NODE=node-name,
    REPLACE,
    WORDSET=wordset-name,
    TABLES
 /*
 //

Exhibit 4.4: Model z/OS and Z/OS JCL (ESXULOD)

Key to Variables

Exhibit 4.5: Model Z/VSE JCL (ESXULOD.S)

Key to Variables

Exhibit 4.6: Model Z/VM EXEC—ESXULOD

Key to Variables