
320 Using IBM Application Development Tools for z/OS and OS/390
15.1 Preparing a PL/I program for debugging
Preparations for this book were done with Enterprise PL/I V3 R2 and Debug Tool 4.1. The
rest of this section (4.1) assumes this environment.
The TEST option is used by the PL/I compiler to enable debugging for a Batch compile, a TSO
compile, or a compile with the Debug Tool Utilities (DTU). The TEST option has many
suboptions, but for optimal debugging, we recommend that you always take the default. A
sample compile of our test program is shown Example 15-1.
Example 15-1 Compile of test program
//REDBK1A JOB ,
// MSGLEVEL=(2,0),CLA ...