Previous Topic: z/OS JCLNext Topic: z/VM JCL


z/VSE JCL

 * SS JOB JNM=USVPJCL
 // JOB USVPJCL
 *
 // OPTION LOG,PARTDUMP
 // UPSI   a
 *
 *  *** CORE IMAGE LIBRARY FOR PRODUCT
 // DLBL   tool,'tool.corelib'
 // EXTENT ,volserc
 // DLBL   idms,'idms.corelib'
 // EXTENT ,volserc
 // LIBDEF *,SEARCH=(tool.sublib,idms.sublib),TEMP
 *
 *  *** INPUT - SYNTAX
 // ASSGN  SYSIPT,SYSRDR
 *
 *  *** OUTPUT - PRINT REPORT FILE
 // ASSGN  SYS006,SYSLST
 *
 // DLBL   SYSCTL,'your.sysctl.file',,sd
 // EXTENT SYS000,volser
 // ASSGN  SYS000,DISK,VOL=volser,SHR
 *
 // DLBL   SYSIDMS,'#SYSIPT',0,SD
 // EXEC   USVPJCL,SIZE=(USVPJCL,400K)
    PROCESS,USERID=userid,JCLMBR=jcl-member-name
 /*
 * SYSIDMS parameters
 /*
 /*
 /&
 * SS EOJ

a

The UPSI switch to invoke CA IDMS CV as specified in your IDMSOPTI module.

tool

The file name of the core image library into which the executable phases of CA IDMS Extractor were installed.

tool.corelib

The file ID of the core image library into which the executable phases of CA IDMS Extractor were installed.

volser_

The volume serial number or generic assignment of the volume on which the file, as specified in the previous statement, resides. The following letters identify the file in question:

  • c=core image library
  • w=work file
  • r=relocatable library
  • s=source statement library

idms

The file name of the core image library into which the executable phases of CA IDMS were installed.

idms.corelib

The file ID of the core image library into which the executable phases of CA IDMS were installed.

.sublib

The sublibrary name of the z/VSE library specified in the previous file name.

your.sysctl.file

The file ID of the SYSCTL file for the CV used during CA IDMS Extractor batch processing.