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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
which parameter is used to check the syntax of a jcl without executing it?
what is the JCL statement consists of?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are steplib and joblib? What for they are used?
what is the resolution for sb37 error
Explain how can the disposition of sysout datasets be set for an entire jobstream?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
which utility is used to run a cobol-db2 program?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
A dd statement consists of 4 fields. Name them?
what is JCL?
What are the jcl procedures?
What is the purpose of dd * statement in jcl?
when can a job time-out occur? How to overcome that?