z/OS DFSMShsm Diagnosis
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of PDA trace formatter options

z/OS DFSMShsm Diagnosis
GC52-1387-00

Examples:These are examples of trace options and output:

  • The following examples show different trace options:
     //PDACOPY JOB MSGCLASS=A
       //COPY    EXEC PGM=ARCPRPDO
       //SYSPRINT DD SYSOUT=*
       //ARCMSG   DD SYSOUT=*
       //ARCPDO   DD DSN=HSM.PDOY,DISP=SHR
       //ARCOUT   DD DSN=PDOY.COPY,DISP=OLD
       //ARCPRINT DD SYSOUT=*
       //SYSIN    DD  *
         COPY
         NOPRINT
         START(00229,031148)
         END(00229,031527)

    The above job copies those PDA trace entries from the HSM.PDOY data set that have a time stamp between 03:11:48 a.m. and 03:15:27 a.m. The Julian date is 00.229, which is August 16, 2000. No trace data is printed.

      //PRPDO2  JOB
       //PRINT   EXEC PGM=ARCPRPDO
       //SYSPRINT DD SYSOUT=*
       //ARCMSG   DD SYSOUT=*
       //ARCPDO   DD DSN=HSM.PDOY,DISP=SHR
       //ARCPRINT DD SYSOUT=*
       //SYSIN    DD  *
         COMPACT
         LOGIC(MESG)

    The above job displays all PDA trace entries for messages, with one output line per entry.

     //PRPDO3  JOB
       //PRINT   EXEC PGM=ARCPRPDO
       //SYSPRINT DD SYSOUT=*
       //ARCMSG   DD SYSOUT=*
       //ARCPDO   DD DSN=HSM.PDOY,DISP=SHR
       //ARCPRINT DD SYSOUT=*
       //SYSIN    DD  *
         COMPACT
         START(00207,081000)
         END(00208,170000)
         MODULE(RACF)
         SCAN(TEST.RECALL.RACF.FAILURE)

    The preceding job formats all trace entries within ARCPDOY that were created by ARCRACF for data set TEST.RECALL.RACF.FAILURE between 8:10 a.m. on July 26, 2000 and 5:00 p.m. on July 27, 2000. Resource Access Control Facility (RACF®) is a component of IBM® Security Server for z/OS®.

  • The following is an example of output using the COMPACT option:
      TIME   USECS   ID AS/TCB  HOST    MOD   LOGIC CALLER  ARCPRPDO
      00104---------------------------------------------------------
      104252.627968  00 009DA4  HOST=A  ZREAD ENTR   MCTL. *......MCT
      104252.632384  00 009DDE  HOST=A  ZREAD ENTR   ..?.. *........?
      104252.638000  00 009DD8  HOST=A  ZREAD ENTR   ZBDST *......ZBD
      104252.641376  00 009DD1  HOST=A  ZREAD ENTR   ..?.. *...1....?
      104252.727120  01 009DD1  HOST=A  ZREAD GET          *..BCR1...
  • The following is an example of output with the FORMAT option:
     TIME   USECS   ID AS/TCB   HOST    MOD   LOGIC CALLER  ARCPRPDO
      00104---------------------------------------------------------
      104252.627968  00 009DA4  HOST=A  ZREAD ENTR   MCTL.
        R13ADDR=       001F4B5800D4C3E3D340                    *....
      00104---------------------------------------------------------
      104252.632384  00 009DDE  HOST=A  ZREAD ENTR   ..?..
        R13ADDR=       001F1AA00F000E6F06                      *....
      00104---------------------------------------------------------
      104252.638000  00 009DD8  HOST=A  ZREAD ENTR   ZBDST
        R13ADDR=       001FA99000E9C2C4E2E3                    *....

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014