Establish addressability to a data area in the Linkage Section following an address change in the BLL cell.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
CIC-SERVICE-RELOAD linkdataname
General Rule:
- SERVICE-RELOAD is an OS/VS COBOL statement; do not use with COBOL II, because the compiler treats this call as a CONTINUE statement.
Parameter:
linkdata-name
|
01-level Linkage Section data area identical to the
linkdataname in the associated TP-LINKAGE call.
|
Example:
Establish addressability to Linkage area LINK-AREA-1 after an address change.
MOVE PASSED-ADDRESS TO LINK-AREA-1-PNTR
CIC-SERVICE-RELOAD LINK-AREA-1