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
Brief description of inline procedure of jcl.
How does the jcl specify the job to os?
How do you create a temporary dataset?
What does a disposition of (new,catlg,keep) for a dsn mean?
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 is the significance of addrspc parameter in exec statement?
What is multithreading in jcl?
Is it possible to left uncode disp?
How can a jobs execution priority be modified?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What do you know about jcl?
What do you understand by jcl?
What parameter directs the output of the job log dataset?
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?
Where & How Do You Code Identifier In Jcl?