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 / ajay tyagi
Question is not so easy. first of all we need to understand
customer requirement. actually what does he want to do with
files?
once we have clear view then we can suggest some solution
for that.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
what is the purpose of coding class parameter in job statement?
Explain the jcl exec statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is “Cond= even” and “Cond=only”?
In sms datasets, what is the function of the dd avgrec keyword?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
how do you code a null statement?
Is there any command to check wether the ps file is in sorted order?
Suppose I have five jobs to do. But I want to hold one?
Brief description of inline procedure of jcl.
Explain in DD statement what is the use of DCB parameter?
which utility is used to sort a file in jcl?
How can a jobs execution priority be modified?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?