How to produce a batch report that contains the member status as in Panvalet ISPF?
search cancel

How to produce a batch report that contains the member status as in Panvalet ISPF?

book

Article ID: 33288

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

How to produce a Panvalet report that would contain member status information like Panvalet ISPF
 

Resolution

Execute the PAN#2 program with the ++PRINT AUDIT command will list the member name, userid, update date and time.
 
Sample JCL:

//STEP1       EXEC PGM=PAN#2
//PANDD1      DD DSN=YOUR.PANLIB.LIBRARY,DISP=SHR
//SYSPRINT    DD SYSOUT=*
//SYSIN       DD *
++PRINT AUDIT
/*

  
Sample Report:
                                      ------ UPDATE STATUS -----   ------ LOCK STATUS -----------
NAME        LVL  USER   TYPE  STATUS  USERID   DATE     TIME       USERID   DATE   TIME
 
 
ABC           3          COBOL PAE    HOBEL01  02/22/12 14:32:47
DRS01         1          COBOL TAE    HOBEL01  11/18/09 13:09:01
LM1           1          COBOL TAE    HOBEL01  03/12/13 13:22:40
LM1BOTHT1     1          COBOL TAE    HOBEL01  10/15/12 10:29:42
MOD1A        11   220    UNSPC PAE    HOBEL01  05/26/09 23:50:38
MOD111       11   220    UNSPC PAD    HOBEL01  05/26/09 23:50:38
MOD2          2     1    UNSPC PIE    HOBEL01  02/22/12 12:36:34
 
 

Additional Information