Previous Topic: Add a Data Item to the Keep Window (static keep element)Next Topic: Modify the Value of a Data Item


Display the Data Item Structure

To display the entire COBOL structure of a data item, type a d to the left of the data item in the window and press Enter, as shown next.

CA InterTest for CICS V9.1 - PROTSYM FILE ABEND DETECTED BREAKPOINT COMMAND ===> Program= COBDEMO Option # Stmt # Margin= 01 Search= ------------------------------------------------------------------------------- _____ EIBTRNID | DEMC _____ EIBTRMID | U087 d____ TASKNUM | ?00000. ---------+--------------------------------------------------------------------- _ 000477 CONTINUE-TASK. 000478**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED A ==> ADD +1 TO TASKNUM. . .

CA InterTest responds by displaying the data item and all the items below it in the same COBOL structure.