JCL Conditional Parameter Types
//STEP1 EXEC PGM=IGYCRCTL //* Compile the program
//STEP2 EXEC PGM=TESTPROG //* Run tests
//STEP3 EXEC PGM=COPYOUT //* Copy output if tests pass
//STEP4 EXEC PGM=PRTERRPT, COND=(0,EQ) //* Print error report only if STEP3 failed//STEP1 EXEC PGM=IGYCRCTL //* Compile the program
//STEP2 EXEC PGM=TESTPROG //* Run tests
//STEP3 EXEC PGM=COPYOUT //* Copy output
//STEP4 EXEC PGM=PRTERRPT, COND=EVEN //* Always print error report (even on abend/failure)Last updated
Was this helpful?