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
Identifies the displacement within the CICS CWA of a fullword that holds the address of the IDMSINTC module.
Specify the same value given to the CWADISP parameter of the CICSOPTS macro.
|
Copyright © 2013 CA.
All rights reserved.
|
|