in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / paray2x
You need to know what return codes Steps 1,3,5,7 and 9 will
give if they execute successfully. Based on that, you can
code COND parameter in STEPS 2,4,6,8 and 10 to bypass them.
This will help if you do not have IEBEDIT.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the use of symbol // in jcl?
what are the statements that are not valid to be included in an include statement?
What is the purpose of dd?
In sms datasets, what is the function of the dd avgrec keyword?
Is there any command to check wether the ps file is in sorted order?
which parameter is used to check the syntax of a jcl without executing it?
which utility is used a dummy utility?
what JCL Procedures?
How to override loadlib?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
When output dataset space is required, what quantity categories are used?
What is concatenating?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?