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
what is the resolution for sb37 error
Why include statement is used in a jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How is a type of file defined in the jcl that executes the cobol program?
Explain the jcl exec statement?
how to run batch program without jcl?
what is a jcl?
How does jcl act on code(if you take a cobol program)?
which utility is used to run a cobol-db2 program?
What is the significance of addrspc parameter in the exec statement?
How dummy is used in jcl?
which utility is used to sort a file 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.
What is the format of comment statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?