A job has 150 steps i want to execute only 57th step
Answer Posted / prashant singh
We can also use IEBEDIT utility which will be usefull
without editning the original JCL
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What do you understand by the term notcat 2 – gs?
what happens in execution stage in job processing?
i want to store 20 digits . how will u do it in cobol ?
Explain how can a stopped job be started again?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What are the 4 fields in dd statement?
What are steplib and joblib?
Explain the purpose of dd dummy statement?
How to run cobol program using jcl?
How to do automated restart when a job abend?
What is concatenating?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?