Preparing to remote debug in standard mode
About this task
Note: This chapter is not applicable to IBM® Wazi Developer for Red Hat® CodeReady Workspaces.
To prepare to remote debug in standard mode, you must compile your program with certain compiler options.
You can specify compiler options in
the following ways:
- Creating and managing property groups in the Property Group Manager
(See
Resource management with property groups.
) - Specifying the options in the COBOL and PL/I Compile
Step Options window, which generates JCL (See
COBOL and PL/I step options.
) - Editing the JCL directly.
Procedure
To add compiler options to the JCL directly, complete the following steps:
1 With
TEST the
debug data is placed in a NOLOAD segment in the program object. With TEST(SEPARATE) the
debug data is placed in a separate debug file.