The following examples show how to use the at sign.
CORE='INPUT‑RECD‑ADDR'@0
This command has the same effect as:
CORE='INPUT‑RECORD'
Indicates the data structure addressed by the BLL cell named INPUT‑RECD‑ADDR.
CORE=STCA@4
Indicates CORE keyword for the System Task Control Area. CORE displays the storage area whose address is stored in the low‑order three bytes of the fullword at STCA+4. The result is that CORE displays the first storage area on the task storage chain, which is stored at STCA+4. Pressing Enter repeats the CORE command, letting you run through the entire chain.
Use names defined in a COBOL or PL/I program in CORE commands as follows:
Notes:
Example
To get a full CORE display (272 bytes of storage) beginning with the data location called CUSNAME, enter the command CORE='CUSNAME'+0, not just CORE='CUSNAME'.
CORE='NAME‑1(X1, X2, X3)'
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|