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 |
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
Is condition checking possible in jcl? If yes, how?
Can a job have only steplib and no joblib ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How do you override a parameter in Positional parameters?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
what is meant by jobtrac?
What is the purpose of disp parameter?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
How do you pass parameters to the program as the job is being executed ?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
what is a steplib