Use with the TP-LINKAGE call to access CICS storage areas.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
CIC-ADDRESS option(linkdataname)
[option(linkdataname) ...]
Parameters:
option
|
CWA
|
Common Work Area
|
|
TCTUA
|
Terminal Control Table User Area
|
|
TWA
|
Transaction Work Area
|
|
CSA
|
Common Storage Area
|
|
EIB
|
Execute Interface Block
|
linkdataname
|
01-level Linkage Section data area identical to the
linkdataname in the associated TP-LINKAGE call.
|
Example:
Pass information to the application program. The current program Linkage Section data area (LK-CWA) is set to the CWA address for access.
SYLK TP-LINKAGE LK-CWA
LK01 LK-CWA PIC X(200).
NTRY CIC-ADDRESS CWA(LK-CWA)