What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answer Posted / satheesh
It will fail with JCL error.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain the function of //jcllib statement?
Is it possible to left uncode disp? If yes, how?
Is condition checking possible in jcl? If yes, how?
What is the function of the dd avgrec keyword in sms datasets?
Is it possible to define dd statements as you want?
What are the jcl procedures?
Differentiate between the joblib and the steplib statements?
What is the use of symbol // in jcl?
in ways data can be passed to a COBOL program from JCL?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is SOC4 error?
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 to execute 2nd and 4th steps among 5 steps in jcl proc?
What is Cataloged Procedures?