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 / anshuman
You can also do that through the use of external sort in jcl
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What parameter directs the output of the job log dataset?
what sort card you will use to copy the data from one dataset to another dataset?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the function of a dd statement?
Name a few IBM utility programs, and explain its function.
what is JCL?
What is Cataloged Procedures?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Is it possible to define dd statements as you want?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain how can a jobs execution priority be modified?