suppose i have 10 job steps and i want to execute only step
6.How to write?
Answers were Sorted based on User's Feedback
Answer / aaki
for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ranjith
Use Restart=step6 in job card and at the end of step6 use //
(null statement).
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rahul singh
code restart=step6, cond=(0,le) in job card and only step6
will be executed
| Is This Answer Correct ? | 0 Yes | 1 No |
How to find the number of duplicates in a file using Sort?
How to DEBUG a JCL?
Explain the function of job statement in jcl?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
Explain the function of the steplib dd statement?
How is a new GDG coded?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
what is the purpose of SYSOUT parameter in the DD statement?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
read all error codes like SB07?