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 / shridhar
Depending on option it is easy. relate every entry in cics
to a no or alphabet. This use as evaluate in cobol.
as per options create a JCL in cobol an submit it to intrdr
for further process.
Your option on CICS screen and file names relating to those
options should/will be matching.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
What is concatenating?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
when does a dataset go uncataloged?
What is job control language?
What is notcat 2 - gs?
How to submit a jcl from cics?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to run batch program without jcl?
What is one line to pass PARM from JCL to COBOL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how JCL works?
In job processing, what happens in execution stage?
How can an in-stream dataset be terminated?
Must tape dataset definitions include vol=ser specifications?