Viewing report output

Job output can be viewed using ISPF option 3.8 Outlist Utility or SDSF:
  1. The CICS PA dialog automatically assigns each report in the Report Set a unique DDname. This allows you to view each report separately in SDSF by using the ? action character in the NP column.
    SDSF STATUS DISPLAY ALL CLASSES
    COMMAND INPUT ===>                                            SCROLL ===> CSR
    NP   JOBNAME  JobID    Owner    Prty Queue      C  Pos  SAff  ASys Status  PrtDest            SecLabel TGNum  TGPct OrigNode
    ?    USERIDX  JOB12345 xxxxxxxx    1 PRINT      A   113                    LOCAL                           1   0.00 LOCAL   
    Then enter the S action character to select your report output.
    SDSF JOB DATA SET DISPLAY - JOB USERIDX  (JOB12345)    LINE 1-5 (5)                                                                
    COMMAND INPUT ===>                                            SCROLL ===> CSR                                                      
    NP   DDNAME   StepName ProcStep DSID Owner    C Dest               Rec-Cnt Page-Cnt Byte-Cnt CC   Rmt  Node O-Grp-N  SecLabel PrMod
         JESMSGLG JES2                 2 SEC      X LOCAL                   23             1,474  1           1 1                 LINE 
         JESJCL   JES2                 3 SEC      X LOCAL                   11               488  1           1 1                 LINE 
         JESYSMSG JES2                 4 SEC      X LOCAL                   17             1,034  1           1 1                 LINE 
         SYSPRINT CICSPA             102 SEC      X LOCAL                   47             3,717  1           1 1                 LINE 
    S    LIST0001 CICSPA             103 SEC      X LOCAL                  142            17,843  1           1 1                 LINE 
  2. Here is an example of the Performance List report that you might see when suitable input data is specified.
                                                              Performance List
     
    LIST0001 Printed at 12:34:56 02/15/2015    Data from 10:07:43  1/28/2015                   APPLID CICSPAOR                      
     
     Tran SC Term Userid   RSID Program    TaskNo Stop         Response Dispatch User CPU  Suspend DispWait  FC Wait   FCAMRq  IR Wait
                                                  Time           Time     Time     Time     Time     Time     Time               Time
     CQRY S  0004 CICSUSER      DFHQRY         26 10:09:37.011    .5971    .1371    .0341    .4600    .4553    .0000        0    .0000
     CSGM S  0004 CICSUSER      DFHGMM         27 10:09:37.506    .4864    .1624    .0245    .3239    .3234    .0000        0    .0000
     CEDA TO 0004 CICSUSER      DFHEDAP        28 10:10:04.867  22.3878   5.9004   1.0167  16.4873    .5643    .0674        1    .0000
     CEDA TO 0004 CICSUSER      DFHEDAP        29 10:11:21.675  75.8603   2.7834    .5313  73.0770    .0599    .1231       12    .0000
     CEDA TO 0004 CICSUSER      DFHEDAP        30 10:12:35.400  66.0356   1.8070    .4299  64.2286    .0160    .0650       12    .0000
     CATR S       CICSUSER      DFHZATR        32 10:15:37.706    .4334    .1143    .0282    .3191    .3187    .0000        0    .0000
     CEDA TO 0004 CICSUSER      DFHEDAP        31 10:21:22.924  526.216   2.8898    .3436  523.326    .0217    .0154        1    .0000
     CEDA TO 0004 CICSUSER      DFHEDAP        33 10:22:15.994  39.9497   2.5449    .6930  37.4048    .0167    .1159       56    .0000
     CEDA TO 0004 CICSUSER      DFHEDAP        34 10:22:26.559   4.2486   1.7076    .7248   2.5411    .0275    .0198       26    .0000

Now that you have run your first report, we'll move on to requesting other reports and show you how to format them to focus on fields of interest.