How to execute 300 steps in a Job?
Answer Posted / brian
I don't suppose that practical versus possible is an option
here but it seems like a heavily loaded batch job to me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
List the different jcl statements that are not permitted in the procedures?
What is one line to pass PARM from JCL to COBOL?
What is the difference between the positional and keyword parameters? Give examples.
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 use of symbol // in jcl?
What is notcat 2 - gs?
Are there any set of rules for the names of the steps used in a job?
Explain the function of dd disp parameter?
whats the diff bw the evaluate also and and?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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?
How can values be passed from the job stream to an executable program?
what is the use of JCL?