I am using IGGCSIRX to find datasets with a wildcard. Is there a way to find more than one at a time?
My JCL looks like:
//STEP10 EXEC PGM=IKJEFT01
//SYSPROC DD DSN=SYS1.SAMPLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSTSIN DD *
%IGGCSIRX
*.ABC.F34634.FSE
/*
//
But, I have many datasets that I need to look for with wildcards and would prefer not to run the job multiple times. Does the filter key have a continuation syntax?
Thank you!
//STEP10 EXEC PGM=IKJEFT01
//SYSPROC DD DSN=SYS1.SAMPLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSTSIN DD *
%IGGCSIRX
PEDRO.CLIST.CLIST
%IGGCSIRX
PEDRO.JCL.CNTL
/*