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
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is use of dsn parameter in dd statement?
How is a type of file defined in the jcl that executes the cobol program?
Explain how can the submitting users racf authority be overridden in a job stream?
is there any way to execute more than one proc in the same exec statement at the same time..?
Is it possible to code instream data in a PROC?
How to submit a jcl from cics?
How can unused space allocation be returned to the system when a dataset is closed?
Can we call instream to catalog and catalog to instream?
Can I share my data with other jobs? How?
How jcl is used for testing batch programs?
Can I send output of job to my remote device careerride123?
what is DSN in JCL and what are the parameters to declare the DSN?
which parameter is used to check the syntax of a jcl without executing it?
Is there any command to check wether the ps file is in sorted order?