To Whom It May Concern:
I'm executing SDSF in batch printing the DD from a started task with the below parameters. The issue is that there are 2 OPCS started tasks which get display by the PRE OPCS command. I want to print the EQQMLOG DD from the 2nd OPCS that is displayed. The batch job is printing the EQQMLOG DD from the 1st OPCS that is displayed. I tried adding the JNUM of the 2nd OPCS, but the job still selects the 1st OPCS. Is there a command I can add to my job that would select the 2nd OPCS listed?
//BATCH EXEC PGM=SDSF,DYNAMNBR=32,REGION=1024K
//ISFOUT DD SYSOUT=*
//REPORT DD SYSOUT=*
//ISFIN DD *
O
PRE OPCS
ST
FIND OPCS
++?
FIND 'EQQMLOG'
++S
PRT ODSN 'PLREP.OPCDT' * SHR
PRT
PRINT CLOSE
Any help is greatly aprreciated.