Created On: 25 October 2012
Problem:
This article explains how to display the value of a configuration variable from within the ACUCOBOL-GT debugger.
Resolution:
To display the value of a variable set in the environment or in the cblconfi, the name of the variable must be preceded by a %.
For instance, to inquire the value of CODE_PREFIX, this is the command line to use:
d %CODE_PREFIX
Incident #2281877