Previous Topic: Printing JCL--USVPJCLNext Topic: z/VSE JCL


z/OS JCL

 //USVPJCL JOB  (job card parameters)
 //*
 //PRTJCL   EXEC PGM=USVPJCL,REGION=1024K
 //STEPLIB  DD  DSN=your.dbx.loadlib,DISP=SHR
 //         DD  DSN=your.idms.loadlib,DISP=SHR
 //SYSCTL   DD  DSN=your.idms.sysctl,DISP=SHR
 //SYSLST   DD  SYSOUT=a
 //SYSUDUMP DD  SYSOUT=a
 //*
 //*
 //SYSIPT   DD  *
   PROCESS,USERID=userid,JCLMBR=jcl-member-name

job card parameters

The job card parameters at your site.

your.dbx.loadlib

The name of the load library into which CA IDMS Extractor load modules were link edited.

your.idms.loadlib

The name of the load library into which CA IDMS load modules were link edited.

your.idms.sysctl

The data set name of the SYSCTL file for the CV used during CA IDMS Extractor batch processing.

a

An appropriate SYSOUT class for your environment.

PROCESS

Must be coded as is. Indicates that PROCESS keywords follow.

userid

Required keyword used as primary key for selection of a CA IDMS Extractor JCL member. This keyword is the user ID or LTERM ID under which the member was saved.

jcl-member-name

Required keyword, used as secondary key for selection of a CA IDMS Extractor JCL member.