We're using a batch job to execute JCL3TRAC to do a JCLSCAN on members in a PDS. When we do the I=xxxxxx inder LISTPDS *, the job takes a RC=04. The following is an excerpt of the messages PARM CARD: ....+....1....+....2....+....3....+....4....+....5....+....6 TYPRUN(JCLSCAN) JCLDD(JCLPDS) EXPAND JCL1054I LISTPDS SELECTION CARDS: 1 I=ASMAUTH JCL1062I 8 RECORDS READ FROM DATE CARD FILE DATELIB JCL1024W NO JOBS PROCESSED JCL1020I JCL3TRAC: 0 JOBS PROCESSED; 0 JOBS EXTRACTED; 0 JOBS FLAGGED THIS RUN
Environment
Release: Component: JOBTRC
Resolution
Include the keyword LASTUPD(010101) in the parm of the job and try again:
//JCL#TRAC EXEC JCL#TRAC, // PARM='TYPRUN(JCLSCAN) JCLDD(JCLPDS) RUNT EXPAND LASTUPD(010101)'
The default value of this parameter is LASTUPD(010180) what means only members changed after 01/01/2080 would be selected.