CL Programming

Source Debug National Language Support for ILE CL

The following conditions exist when you are working with source debug National Language Support for ILE CL.

Working with *SOURCE View

The following condition is true only when you are working with the CL Root Source View:

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:

See the ILE Concepts Link to PDF book, Chapter 10, "Debugging Considerations" for more information on national language Restrictions for Debugging.

Using COPY, SAVE, RESTORE, CRTDUPOBJ, and CHKOBJITG while Debugging

Breakpoints or steps may be temporarily removed from a program while debugging when you use certain control language (CL) commands to specify your library or program. Breakpoints and steps are restored when the CL command completes running. A CPD190A message will be in the job log when the breakpoints or steps are removed; another CPD190A message will be in the job log when the breakpoints or steps are restored.

The following are the CL commands which can cause the breakpoint or step to be temporarily removed:

CHKOBJITG
CPY
CPYLIB
CPROBJ
CRTDUPOBJ
RSTLIB
RSTOBJ
SAVLIB
SAVOBJ
SAVSYS
SAVCHGOBJ
Note:
When the CL commands are operating on the program, you will receive error message CPF7102 when you issue the BREAK or STEP command.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]