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 / bella
if you giving user an option to select u should create CICS
programs with prim screan for selection of any numbers of
files. Or none (exit)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
Explain in DD statement what is the use of DCB parameter?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain about LMFREE�free data set from its association with data ID
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What do you know about jcl?
Name what parameter directs the output of the job log dataset?
Brief description of inline procedure of jcl.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the job statement in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Name the statement which can be used to send data to another mvs jes3 node?
what is the JCL statement consists of?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?