A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ?
//InputF DD DSN=ID.File1
DSN=ID.File2
DSN=ID.File3
Answer Posted / vipul chougule
Concartinate input data sets
SYSIN DD DSN = file1
DSN = file2
DSN = file3
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
What dd statement is used to supply the name of a dataset?
what is the use of IEBGENER utility?
How does jcl act on a cobol code?
Are there any set of rules for the names of the steps used in a job?
List the different jcl statements that are not permitted in the procedures?
what is the JCL statement consists of?
How dummy is used in jcl?
List the various advantages of using jcl language?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the purpose of dd dummy statement?
what is DSN parameter and DISP parameter is used for?
What is job control language?
What is the format of comment statement?
what are the types of abends that occur on job failure? And explain the possible causes of these