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 / tony prabu
First of all you can not just do this by jCL alone you
definitely need a application program like COBOL to do this.
Then depending upon the selection using sysin we can select
the file usin the EWVALUATE verb etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about LMFREE�free data set from its association with data ID
How jcl work to handle various input output file operations?
How to submit a jcl from cics?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how do you code a null statement?
What do you understand by the term notcat 2 – gs?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to do automated restart when a job abend?
Is it possible to left uncode disp? If yes, how?
What are steplib and joblib?
what is the JCL statement consists of?
List the various advantages of using jcl language?
What are the 4 fields in dd statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY