Hello all
I am new in this site. this is really a nice and informative site so decided to join this site.
I am writing a jcl through which i can print the syslog in a dataset using jcls.
//LOG EXEC PGM=ISFAFD,DYNAMNBR=150,PARM='++122,1000'
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//ISFOUT DD DSN=OPROPR.SYSLOG.TEMP,DISP=SHR
//ISFIN DD *
LOG S
PT ODSN 'OPROPR.SYSLOG.TEMP' * SHR
PT 00.00.01 mm/dd/yyyy 23.59.59 mm/dd/yyyy
CLOSE
//*
the syslog is getting printed in dataset for 02 hrs. after that i am not able to get syslog for the remaining duration
i tried with lot of options in PARM but didnot help me achieve the target.
Please help or give the link through which i will get the information
Regards,
Ravindra D. Havnur