Answer Posted / richards
No.. A JCL is needed is submit a Cobol Batch program..
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
whats the diff bw the evaluate also and and?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How do you create a temporary dataset?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
For what purpose steplib and joblib are used ?
How can a stopped job be started again?
Explain the hierarchy levels in jcl?
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?
How to alter the parameters for the existing gdg?
How can a fb file convert to vb file using sort program?
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.