Hello,
I am trying the below code to write output of my commands to a dataset.But its not printing to that DS. Please say why?
//OPRC003 JOB (),'RFC#18775',CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1),
// NOTIFY=&SYSUID
/*JOBPARM S=S10
//STEP1 EXEC PGM=SDSF
//ISFOUT DD SYSOUT=*
//ISFIN DD *
SET CONSOLE OPRC003
=S
U
/D IPLINFO
PRINT ODSN 'OPRC003.RFC18775.JCLSAMPL(ONADDSPP)'* NEW
PRINT
PRINT CLOSE
/*
Thanks,