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
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the function of //cntl statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Why include statement is used in a jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of job statement in jcl?
What is the purpose of dd * statement in jcl?
Give the syntax of job specifying jcl statement.
What is Cataloged Procedures?
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?
Explain how can a jobs execution priority be modified?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Mention the types of job control statements?
Is it possible to left uncode disp?
What is catelog procedure and how many catelog procedure to use in one job?