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
Can I send output of job to my remote device careerride123?
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 do you understand by the term job time – out and how can you overcome that?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the function of dd name parameter with a 2 part structure; audit.report?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is NOTCAT ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how to run batch program without jcl?
what happens in execution stage in job processing?
How jcl work to handle various input output file operations?
What is timing concept in mainframe?
Explain the function of //cntl statement?
what is “Cond= even” and “Cond=only”?