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 is the difference between JES3 and JES2?
Explain the function of the dd dcb keyword?
List the various advantages of using jcl language?
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
What is the purpose of dd * statement in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Suppose I have five jobs to do. But I want to hold one?
what is SOC4 error?
Explain how can a stopped job be started again?
What do you understand by the term notcat 2 – gs?
what are the various stages of job processing?
What is use of restart and how to use it?
List the different jcl statements that are not permitted in the procedures?
Is there any command to check wether the ps file is in sorted order?
What is the maximum length of a single line of jcl?