ILE COBOL Programmer's Guide
You can display the value of variables, constant-names, expressions, group
items, records, and arrays by using:
- F11 (Display variable) on the Display Module Source display
- The EVAL debug command
The scope of the variables used in the EVAL command is defined by using the
QUAL command.
- Note:
- ILE COBOL special registers are not supported by the ILE source
debugger. Thus, the values contained in the ILE COBOL special registers
cannot be displayed in a debug session. The ILE source debugger cannot
evaluate the result of a COBOL function identifier.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.