Hi,
I have following condition in jcl. I want to execute the step 3150 only if the return codes of the step2400 is 04 or 08. The following code is working. But i want to change the code to NE conditions with returns code 4,8(like, 04,NE,GCP20.STEP2400....).. Can you please help me?
//STEP3150 EXEC PGM=IEBGENER,
// COND=((00,EQ,GCP20.STEP2400),(12,EQ,GCP20.STEP2400),
// (16,EQ,GCP20.STEP2400))
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=IDD6201.PROG.EMPTY999,DISP=SHR
//SYSUT2 DD DSN=&TRANMIT..&COM..INSQUOT(+1),DISP=OLD
//*
Thank you,
Parasakthi N