What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answer Posted / mahesh babu
step which is coded after the If and End-If will be executes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Are there any set of rules for the names of the steps used in a job? What are they?
What are the rules employed while naming the steps in a job?
Suppose I have five jobs to do. But I want to hold one?
How to do automated restart when a job abend?
I need exexution process for JCL programs
What is the function of the steplib dd statement?
a dd statement has 2 types of parameters. Name them?
Explain the jcl exec statement?
Explain the function of dd disp parameter?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
which parameter is use to declare the name of dataset in dd statement?