This section describes the job control information required to run ADAZIN on z/OS systems and shows an example job stream.
This document covers the following topics:
Data Set | DD Name | Storage | More Information |
---|---|---|---|
Load | DDZIN | disk | not required. If not specified, the load modules will be listed from the STEPLIB, JOBLIB, LPA, and LNKLST. If specified, one or more load libraries should be supplied. |
Load | STEPLIB | disk | required to supply code for ADAZIN utility and as default if no DDZIN DD is specified. |
ADARUN parameters | DDCARD | reader | Operations |
ADAZIN parameters | DDKARTE | reader | |
ADARUN messages | DDPRINT | printer | Messages and Codes |
ADAZIN messages | DDDRUCK | printer | Messages and Codes |
//ADAZIN JOB . . . //* //ZIN EXEC PGM=ADARUN,REGION=0M //STEPLIB DD DISP=SHR,DSN=ADABAS.ADA822.LOAD //* //DDZIN DD DISP=SHR,DSN=ADABAS.ACF822.LOAD // DD DISP=SHR,DSN=ADABAS.ADA822.LOAD //* //DDDRUCK DD SYSOUT=* //DDPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //DDCARD DD * ADARUN PROG=ADAZIN,SVC=235,DEVICE=3390,DBID=123 /* //DDKARTE DD * ADAZIN
Refer to ADAZIN in the JOBS data set for this example.