Answer Posted / krithiga hari
There are 2 types of job control statements. They are COND
and IF END-IF.
When the condition is true, the step will get bypassed in
the COND. Whereas if the condition is true step will get
executed in the IF END-IF.
| Is This Answer Correct ? | 5 Yes | 2 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.
Does jcl support automatic restart?
what are the various stages of job processing?
what sort card you will use to copy the data from one dataset to another dataset?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can I share my data with other jobs? How?
Must tape dataset definitions include vol=ser specifications?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the motivation behind coding class parameter in job statement?
How does jcl act on code(if you take a cobol program)?
What is the function of the steplib dd statement?
What is NOTCAT ?
List the different jcl statements that are not permitted in the procedures?
What are the difference between jcl and jes?
what is the use of IEBGENER utility?