hi everyone! i would just like to ask if anyone knows how to extract Paging Activity Report directly from tape using the ERBRMFPP program?
I currently have a code like this:
//*--------------------------------------------------------------------
//* RMF POSTPROCESSOR REPORT ( PAGING)
//*--------------------------------------------------------------------
//RMFPP EXEC PGM=ERBRMFPP
//MFPINPUT DD DISP=SHR,DSN=SYS1.DATA.D0930
//MFPMSGDS DD SYSOUT=*
//PPSUM001 DD DSN=TEST.RMFLIST.SYS01.D0930.PAG,
// DISP=(NEW,CATLG),UNIT=DISK,
// SPACE=(TRK,(45,15),RLSE),VOL=SER=XXXXXX
//PPSUM002 DD DSN=TEST.RMFLIST.SYS02.D0930.PAG,
// DISP=(NEW,CATLG),UNIT=DISK,
// SPACE=(TRK,(45,15),RLSE),VOL=SER=XXXXXX
//SYSOUT DD SYSOUT=*
//SYSIN DD *
REPORTS(PAGING)
SYSOUT(M)
/*
//
my test machine is currently unavailable so i cannot test it to know if this would work or not..
i have tried doing this using local data set however it is my first time to use in to get data from tape..
i hope some could help me.
Thanks in advance!