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


z/VSE JCL


 * SS JOB JNM=USVPSPC
 // JOB USVPSPC
 *
 // OPTION LOG,PARTDUMP
 // UPSI  1
 *     **** CREATE A SYSIDMS PARAMETER FILE *****
 // UPSI  1
 // DLBL     anyname,'work.file.SYSIDMS',0,SD
 // EXTENT   SYSnnn,volser,,,start-track,1
 // ASSGN    SYSnnn,DISK,VOL=volser,SHR
 // EXEC     DITTO
 $$DITTO CSQ FILEOUT=ANYNAME
   ECHO=ON
   JOURNAL=OFF
   LOCAL=ON-OR-OFF
   DMCL=DMCLNAME
   DICTNAME=DICTNAME
   DBN=DBX
 /*
 /*
 // UPSI   a
 *
 *  *** CORE IMAGE LIBRARY FOR PRODUCT
 // DLBL   dbms,'dbx.corelib'
 // EXTENT ,volserc
 // DLBL   idms,'idms.corelib'
 // EXTENT ,volserc
 // LIBDEF *,SEARCH=(dbms.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,,,start-track,1
 // ASSGN    SYS000,DISK,VOL=volser,SHR
 *
 // DLBL     SYSIDMS,'work.file.SYSIDMS',0,SD
 // EXTENT   SYSnnn,volser
 // ASSGN    SYSnnn,DISK,VOL=volser,SHR
 *
 // EXEC   USVPSPC,SIZE=(USVPSPC,400K)
    PROCESS,USERID=userid,SPECNAME=selection-criteria-specification-name
 /*
 /&
 * SS EOJ

a

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

anyname

Any suitable name for your SYSIDMS file. The name you have chosen must be identical to the FILEOUT value in the DITTO step.

SYSnnn

An appropriate SYS number for your SYSIDMS file.

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

start-track

The starting track number for the specified file.

dbms

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

dbx.corelib

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

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.

dbms.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.