z/OS ISPF Messages and Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Panel trace header

z/OS ISPF Messages and Codes
SC19-3622-00

Figure 1. Sample Panel Trace header
========= ISPF Panel Trace ==================== 2004.243 04:53:20 GMT ==========
     ZISPFOS: ISPF FOR z/OS 02.07.00          ZOS390RL: z/OS   02.07.00
     ISPDPTRC Command: ISPDPTRC
    Options in Effect: PANEL(*) SCREEN(0) SECTION(INIT REINIT PROC)
                       SERVICE(DETAIL) SOURCE(SUMMARY) DISPLAY(BOTH)

     Physical Display: PRI=24x80  ALT=60x132  GUI=OFF

     ISPCDI   Version: ISPCDI 04237-BASE z/27
     ISPDPA   Version: ISPDPA 04243-BASE z/27
     ISPDPE   Version: ISPDPE 04237-BASE z/27
     ISPDPL   Version: ISPDPL 04243-BASE z/27
     ISPDPP   Version: ISPDPP 04237-BASE z/27
     ISPDPR   Version: ISPDPR 04237-BASE z/27
     ISPDPS   Version: ISPDPS 04237-BASE z/27
     ISPDTD   Version: ISPDTD 04237-BASE z/27
     ISPPQR   Version: ISPPQR 04237-BASE z/27
     ISPDPTR0 Version: ISPDPTR0 04243-BASE z/27
================================================================================
TLD# Type  Panel   Section Cd  RC  Data
---- ---- -------- ------- -- ---  ---------------------------------------- … -->

The trace header shows the following information:

  1. Current date and time (GMT) when the trace was initialized
  2. ISPF level information as found in dialog variable ZISPFOS
  3. z/OS® level information as found in dialog variable ZOS390RL
  4. ISPDPTRC command with the invocation parameters
  5. The options that are in effect for the current execution of the panel trace
  6. Module level information for each of the modules associated with ISPF Panel Processing

The remainder of the trace is broken into a number of columns to show each trace record. The columns are:

TLD#
The task or screen identifier from which the panel service is being invoked.
Type
The trace entry type. The valid types are:
DspI
Records are generated after a user has pressed the Enter key or a function key, and show the data displayed on the ISPF panel at that time. Attribute bytes are also included in the display. The generation of this type of trace record is controlled by the ISPDPTRC DISPLAY parameter.
DspO
Records are generated displaying an ISPF panel at the screen. Attribute bytes are also included in the display. The generation of this type of trace record is controlled by the ISPDPTRC DISPLAY parameter.
Err
Records are generated when a ISPF panel processing error occurs and ISPF issues an error message. The records generated include both the short and long error messages.
InEx
Records generated when a panel record or return code is returned from a panel input exit.
PrcR
Records are generated during the processing of the panel logic sections, including )INIT, )REINIT, )PROC, )ABCINIT and )ABCPROC. The data as displayed resembles that of the original panel, but may not be identical to it. Where an assignment statement includes dialog variables or functions, an additional record is displayed showing the result of the assignment. The generation of this type of trace records is controlled by the ISPDPTRC SECTION parameter.
Read
Records are generated reading a panel into storage. The generation of this type of trace record is controlled by the ISPDPTRC READ parameter. A summary trace does not show the panel source records. The source of preprocessed panels can not be displayed.
RexR
Records that are generated when REXX processing is complete and control is being returned back to the panel.
Rexx
Records that are generated when a *REXX statement is being processed.
Svc
Records are generated for calls to the ISPF Display Services and show all the call parameters. This is limited to the DISPLAY, TBDISPL, and TBQUERY services. The generation of this type of trace record is control by the ISPDPTRC SERVICE parameter.
SvcR
Records are generated returning from the ISPF Display services. The trace includes the return code from the service.
Var
Records that are generated to show the ISPF variables and their values being passed to the Panel Exit or Panel REXX command.
VarR
Records that are generated to show the ISPF variables and their values being passed back from the Panel Exit or Panel REXX command.
Panel
The ISPF panel name associated with the trace record.
Section
The logic section associated with the PrcR type trace record.
Cd
The Condition value returned for IF and ELSE panel statements:
T
Indicates a True condition
F
Indicates a False condition
Note: A plus (+) character in this field indicates a record continuation.
RC
The Return Code, shown only for SvcR, PrcR, and InEx type trace records.
Data
Trace data for the particular trace entry. The trace data extends the full width of the output file and will wrap if required.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014