Previous Topic: Printing a Selection Criteria Specification--USVPSPCNext Topic: z/VSE JCL


z/OS JCL

 //USVPSPC JOB  (job-card-parameters)
 //*
 //PRTSPEC  EXEC PGM=USVPSPC,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,SPECNAME=selection-criteria-specification-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 specification. This is the user ID or LTERM ID under which the specification was saved.

selection-criteria-
specification-name

Required keyword, used as secondary key for selection of a specification.