Answer Posted / ch.mohan
IT IS EXECUTED indipendently not for other steps
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
what is the purpose of coding class parameter in job statement?
what is the use of JCL?
Explain the jcl exec statement?
What is the difference between the positional and keyword parameters? Give examples.
What are the utility programs in jcl?
How does jcl act on code(if you take a cobol program)?
Explain about ISPF/TSO Commands
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to submit a jcl from cics?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
i want to store 20 digits . how will u do it in cobol ?
Is their any limit for data sets?
What is NOTCAT ?
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.