Could someone help me in correcting the following JCL which was generated by the BATCH execution option of JMR to extract the jobs from JMR. The requirement is to capture the jobs and put the information in a PDS or a PS file.
Code: Select all
//TST014R1 JOB (12345),CRD014
//*
//*
//*
//SCAN EXEC JMRSCAN,OPTNLIBJ=SYS3.JMR.PPOPTION,
// OPTNMEMJ=PK46OPTN
//JMRIN DD *
FUNCTION LIST=ALL JOBMASK=TSTSP600 SDATE=10/05/20
EDATE=10/05/20
/*
i am not sure on the JMRIN parameters that needs to be passed to get the jobs into a PDS or a PS file.