When working with National Language Support for the ILE source debugger, the following conditions apply:
When working with the source view, if the CCSID of the source file from which the source view is obtained is different from the CCSID of the module object, then the ILE source debugger may not recognize an ILE COBOL identifier containing invariant characters.
If either of the following conditions exist:
then debug commands, functions, and hexadecimal literals should be entered in uppercase. For example,
BREAK 16 WHEN var=X'A1B2' EVAL var:X
However, when debugging ILE COBOL, ILE RPG, or ILE CL module objects, identifier names in debug commands are converted to uppercase by the source debugger, and therefore may be displayed differently.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.