The following condition is true only when you are working with
the CL Root Source View:
- If the source file CCSID is different from the module CCSID, the
source debugger may not recognize a CL identifier containing variant characters
(#, @, $)
The CCSID of the module can be found using the Display
Module (DSPMOD) CL command. If you need to work with CL Root Source
View and the source file CCSID is different from the module CCSID, you can
take one of the following actions:
- Ensure the CCSID of CL source is the same as the CCSID of the compile-time
job.
- Change the CCSID of the compile-time job to 65 535 and compile.
- Use the CL Listing View if the previous two options are not possible.