Previous Topic: z/VM JCLNext Topic: Integrated Data Dictionary Mapping Entities


Sample JCL

The input job stream for the batch utility with batch utility statements and JCL is shown here. The map, CEXME028, which was defined using the online compiler, is decompiled by the sample code; the resulting source is sent to a card-image data set; and a report for the map is produced. Executable code for the map CEXME028 is compiled and loaded into the DDLDCLOD area of the data dictionary.

//MPUT81   EXEC PGM=RHDCMPUT,REGION=4096K
//STEPLIB  DD DSN=DBDC.SYSTEM81.R150.NTWKLOAD,DISP=SHR
//         DD DSN=DBDC.SYSTEM81.CUSTOM.LOADLIB,DISP=SHR
//         DD DSN=DIST.CAGJF0.CAGJLOAD,DISP=SHR
//SYSCTL   DD DSN=DBDC.SYSTEM81.SYSCTL,DISP=SHR
//SYSLST   DD SYSOUT=*
//SYSPCH   DD SYSOUT=*
//SYSIDMS  DD *
  DICTNAME=TSTDICT
//SYSIPT   DD *
  PROCESS=ALL
  MAP=CEXME028,VERSION=00001

Error Messages

If errors are present in batch utility source statements, the utility returns diagnostic messages in the listing generated with each run. Messages issued by the batch utility are displayed in the following format:

nnnnnn    severity-level    message-text

The following information is represented by the previous format: