When you are stopped at a breakpoint, you can request the display of the value of a variable directly from the source listing.
CA InterTest for CICS Release 9.1.00 - PROTSYM FILE UNCOND BEFORE BREAKPOINT COMMAND ===> Program= PLIDEMO Option # Stmt # Margin= 01 Search= ------------------------------------------------------------------------------- _____ DMAP00O.DFHMS9 | ............ ---------+--------------------------------------------------------------------- _ 514.1 UNSPEC, SUBSTR, _ 515.1 LENGTH, ADDR) BUILTIN; _ 516.1 1 DCL 1 TS_AREA, _ 517.1 2 TS_SWITCH CHAR(1), d 518.1 2 TASKNUM FIXED DEC(5), _ 519.1 2 TS_TEXT CHAR(32); _ 520.1 1 DCL (TS_ITEM,TS_LEN) FIXED BIN(15,0); _ 521.1 1 DCL REC_RBA CHAR(4) INIT(' '); . . .
CA InterTest for CICS responds by displaying the contents of the variable in structured format, as shown next.
CA InterTest for CICS Release 9.1.00 - MAIN STORAGE UTILITY - Termid = U057 Starting at Address =20304231 Structure Display Format 02 TASKNUM | ?00000. | 02 TS_TEXT | ............ | | ............ | | ........ | ------------------------------------------------------------------------------ PF1 Help 2 3 End 4 Return 5 6 Dump PF7 Backward 8 Forward 9 Caps Off 10 11 Redisplay 12 Structure CORE='TASKNUM' CAIN0478 AUTOMATIC DECIMAL FIELD CONTAINS INVALID PACKED DATA
Note: CA InterTest for CICS displays more than just the contents of the specified variable (TASKNUM); it also displays all the items below it in the same PL/I structure.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|