Auditor's would like a report that shows the history of members on a PanApt Move request
search cancel

Auditor's would like a report that shows the history of members on a PanApt Move request

book

Article ID: 26864

calendar_today

Updated On:

Products

PanApt

Issue/Introduction

Auditors are looking to see who approved a PanApt Move Request at each cycle of movement. Need a report that shows this.

 

 

Environment

Release: PANAD200200-3.2-PanAPT-Option for DB2
Component:

Resolution

Resolution:

  1. Use job APJJ5955 and ACTION="PRINTPEND".

  2. Prints all MOVE REQUEST off the Pending File in report form.

  3. To print just one MOVE REQUEST use the Sample JCL below:
//JOBLIB DD DISP=SHR,DSN=LIBSYS.APT.LOADLIB
//PRESTEP EXEC PGM=IEFBR14
//DD1 DD DSN=LIBSYS.APT.APTDUMP,SPACE=(TRK,(0)),
// DISP=(MOD,DELETE),UNIT=SYSDA
//APJP5955 EXEC APJP5955,
// OTHRPFX='ADASH01.APT',
// MODDSCB='MODLDSCB',
// REPORTS=P
//APCS5955.APTDB DD DSN='LIBSYS.APT30.APTDB',
// DISP=SHR
//APCS5955.APTDUMP DD DSN=LIBSYS.APT.APTDUMP,
// DISP=(,CATLG,DELETE),
// UNIT=SYSDA,SPACE=(CYL,(1,1)),
// DCB=(RECFM=VB,BLKSIZE=22695)
//APCS5955.M5955R01 DD SYSOUT=*
//APCS5955.APTSYSIN DD *
  ACTION="PRINTPEND"
  MR="474"