There are a set of 10 files and a customer will be
selecting random no of files(i.e they may be more than 2,
may not be in the order).Sometimes he might just select
one file or sometimes no files at all.How do you code a JCL
for this? Is it possible to code just JCL alone for this
problem?
Answer Posted / ajay tyagi
Question is not so easy. first of all we need to understand
customer requirement. actually what does he want to do with
files?
once we have clear view then we can suggest some solution
for that.
| Is This Answer Correct ? | 0 Yes | 1 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?
Is it possible to code instream data in a PROC?
what is the purpose of coding class parameter in job statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to alter the parameters for the existing gdg?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is DSN in JCL and what are the parameters to declare the DSN?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
which parameter is used to check the syntax of a jcl without executing it?
What is the function of the steplib dd statement?
what happens in execution stage in job processing?
What is job control language?
what is use of dcb parameter in dd statement?
What parameter directs the output of the job log dataset?
Explain the function of a dd statement?