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
When output dataset space is required, what quantity categories are used?
What are some jcl statements that are not allowed in procedures?
what is the use of IEBGENER utility?
What is the function of a dd statement?
Where can program checkpoints be stored for use in a restart?
In job processing, what happens in conversion stage?
Explain the jcl exec statement?
Explain the hierarchy levels in jcl?
Explain the purpose of the dd keylen parameter?
when can a job time-out occur? How to overcome that?
what sort card you will use to copy the data from one dataset to another dataset?
Name what parameter directs the output of the job log dataset?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What do you understand by the terms: joblib and steplib?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?