Set Trace options panel

The Set Trace options panel allows you to view and modify parameters that control the Trace output produced by FM/Db2 when it is run in debug mode.

Panel and field definitions

Figure 1. Set Trace options panel
  Process   Options   Help
 ──────────────────────────────────────────────────────────────────────────────
 FM/Db2 (DFE2)                 Set Trace options

 Trace Options:
    Trace destination
    3  1. FMNTRC
       2. Terminal
       3. Data set

    Data set name  JHELVON.FMN.TRACE                                     
    Output class . A
    Trace limit .  500 






 Command ===>                                                                  
  F1=Help      F2=Split     F3=Exit      F4=CRetriev  F6=Reset     F7=Backward
  F8=Forward   F9=Swap     F10=Actions  F12=Cancel
Trace destination
Specifies where debug trace FM/Db2 output is to be sent:
FMNTRC
Send trace output to the current FMNTRC allocation.
Terminal
Send trace output to the terminal.
Data set
Send trace output to the temporary data set specified by the Data set name field.
Data set name
The temporary trace data set where FM/Db2 trace output is directed when the Data set trace destination is specified.
Output class
The class of the JES spool queue to be used when the PRINT command is issued when browsing the temporary trace data set.
Trace limit
When run in debug mode, FM/Db2 writes the Trace output to a buffer (as for normal debug mode), but the buffer is only written to the Trace destination, if FM/Db2 abnormally terminates.

This field specifies the number of Trace statements that are retained in the buffer. If you specify a value of zero, background debug mode is turned off.

Parent panels

Set System Processing Options panel

Child panels

None.

Related tasks