What is COND=ONLY ?
Answers were Sorted based on User's Feedback
Answer / guest
Means execute this step only if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 45 Yes | 2 No |
Answer / nanu
Means execute this stape when just previous(not any
previous) step will terminated abnormaly.
| Is This Answer Correct ? | 5 Yes | 8 No |
what is the control cards?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
wt will happen to the step of a job if u code COND=ONLY
When we give TYPERUN = SCAN , what are the syntax errors we get?
How to read records in reverse order in flat file?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to find the number of duplicates in a file using Sort?
how to eliminate the duplicates in sorting
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?