Previous Topic: Example DBCVTPR SpecificationsNext Topic: Sample Assembly JCL for DBCVTPR (z/VSE)


Sample Assembly JCL for DBCVTPR (z/OS)

The following example shows sample z/OS JCL for assembling and linking DBCVTPR. Modify the JCL as required to meet your site standards.

 //DBCVTPR JOB (acct info),'job desc',CLASS=X,MSGCLASS=X
 //PROCLIB  DD DSN=SYS1.PROCLIB,DISP=SHR
 //*******************************************************************
 //*                                                                 *
 //* ASSEMBLE AND LINKEDIT -- DBCVTPR CICS SERVICES OPTIONS          *
 //*                                                                 *
 //*******************************************************************
 //STEP1   EXEC HLASMCL,
 //  PARM.C='OBJECT,NODECK',
 //  PARM.L='MAP,LET,LIST'
 //C.SYSLIB   DD DSN=SYS1.MACLIB,DISP=SHR
 //           DD DSN=CAI.THLQ.CAB1MAC,DISP=SHR
 //           DD DSN=CAI.DHLQ.CABDMAC,DISP=SHR
 //           DD DSN=CICS.SDFHMAC,DISP=SHR
 //C.SYSPRINT DD SYSOUT=*
 //C.SYSIN    DD DSN=CAI.CHLQ.CUSMAC(DBCVTPR),DISP=SHR
 //L.SYSLMOD  DD DSN=CAI.CHLQ.CUSLIB,DISP=SHR
 //L.SYSPRINT DD SYSOUT=*
 //L.SYSIN    DD *
     NAME DBCVTPR(R)
 /*
 //

Notes:

  1. The previous PROC invokes the ASMA90 program.
  2. With previous reference to SYSLMOD, see the product installation procedures to determine the correct custom load library (CUSLIB) data set to contain DBCVTPR. This data set must be included in your CICS DFHRPL library concatenation ahead of the CA Datacom CICS Services target load library.
  3. Caution. Linking the DBCVTPR module with RENT results in an ABEND during startup if CICS is set up with (read-only memory) RDSA and this storage option is supported by the hardware.