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
how you can direct the data to spool using SYSOUT option?
Is automatic restart possible in jcl? If yes, how?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Differentiate between the joblib and the steplib statements?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the purpose of dd dummy statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can the disposition of sysout datasets be set for an entire jobstream?
Name what parameter directs the output of the job log dataset?
Explain the jcl exec statement?
Explain about ISPF/TSO Commands
what is DSN in JCL and what are the parameters to declare the DSN?
What are some jcl statements that are not allowed in procedures?
what is “Cond= even” and “Cond=only”?