Previous Topic: Assemble IDMSDL1C For CICS Call-Level DL/I Usage (z/OS)Next Topic: Assemble Language Interfaces For Command-Level DL/I (EXEC DLI) Usage


Assemble IDMSDL1V For CICS Call-Level DL/I Usage (z/VSE)

The JCL to assemble IDMSDL1V in a z/VSE environment is shown below:

IDMSDL1V (z/VSE)

// JOB
// LIBDEF *,SEARCH=(idms.library, cics.library)
// OPTION CATAL,DECK
// EXEC ASSEMBLY
         COPY  #LREDS
         COPY  #OPIDS
         END
/*

Note: IDMSDL1V and the IDMS macros and copy books must be accessible from the assigned source-statement library.

cics.library

data set name of the IBM-supplied CICS library

idms.library

data set name of the CA IDMS DLI Transparency library

nn

CWADISP specifications corresponding to the IDMSINTC CWADISP

Syntax

►►── IDMSDL1V CWADISP=cwa-intc-address-displacement ─────────────────────────►◄

Parameters

CWADISP=

Identifies the displacement within the CICS CWA of a fullword that holds the address of the IDMSINTC module.

cwa-intc-address-displacement

Specify the same value given to the CWADISP parameter of the CICSOPTS macro.