i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / raghu
restart= stepname.proc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what are the various stages of job processing?
Explain how can values be passed from the job stream to an executable program?
What is concatenating?
What dd statement is used to supply the name of a dataset?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the 2 types of parameters in dd statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the maximum length of a single line of jcl?
what is DSN parameter and DISP parameter is used for?
What is the use of disp parameter?
how can the same proc be re-used and called by many jobs?
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.
Differentiate between the joblib and the steplib statements?
What is one line to pass PARM from JCL to COBOL?