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
When space is allocated for an output dataset, what units can be used?
what is the JCL statement consists of?
How dummy is used in jcl?
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.
How can a stopped job be started again?
List in order the hierarchical levels of jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the significance of addrspc parameter in the exec statement?
Explain about LMQUERY�give a dialog information about a data set
what are the various stages of job processing?
What is the purpose of disp parameter?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Is it possible to define dd statements as you want?
How to pass the parameter in parm using linkage section ? (syntax)?
how you can access an uncataloged dataset in a JCL?