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 / pradeep
Anshuman,
Could you please provide us with some example so that we
can have a clarity on this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the job statement in jcl?
i want to store 20 digits . how will u do it in cobol ?
What are hierarchy levels in jcl?
which utility is used a dummy utility?
For what purpose steplib and joblib are used ?
What is the significance of addrspc parameter in exec statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is “Cond= even” and “Cond=only”?
how can the same proc be re-used and called by many jobs?
What is the difference between the positional and keyword parameters? Give examples.
How can an in-stream dataset be terminated?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the syntax of JCL statement?
Explain the function of the dd dcb keyword?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed