You must use these directives in the JCL you use to run CKFCOLL, like so
//COLLECT EXEC PGM=CKFCOLL
//STEPLIB DD DISP=SHR,DSN=CKR.SCKRLOAD
//CKFREEZE DD ....
//SYSIN DD *
PDSDIR=MY.PDS1
PDSDIR=MY.PDS2
A sample of this JCL can be generated from AU.L.0, which you subsequently customize, save and run in your daily plans.
Alternatively, you can use
//COLLECT EXEC PGM=CKFCOLL
...
//SYSIN DD *
CHECK=DSNPREF=MY.PDS,DSORG=PO
which should collect member names and calculate a checksum for each of those members.
Note, the CARLa reports using newlist type=member show the status at the time of the CKFCOLL run, they will obviously not reflect the member information at report time. Follow the links in my previous post.
------------------------------
Rob van Hoboken
------------------------------