what happens if job falls in loop ? how to resolve it ?
Answer Posted / vinay sonar
If your job is going in loop you will get system abend S322.
It will cause your server to hang.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is Cataloged Procedures?
Name the statement which can be used to send data to another mvs jes3 node?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how would you create a temporary dataset? And where will you use them?
Which statement is used to identify the private libraries in job?
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.
Explain the function of a dd statement?
How does jcl act on code(if you take a cobol program)?
What are steplib and joblib?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is automatic restart possible in jcl?
Can we call instream to catalog and catalog to instream?
what is the use of IEBGENER utility?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?