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
Brief description of inline procedure of jcl.
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is use of disp parameter in dd statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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?
How can the attributes of one sms dataset be copied to another dataset?
What does a disposition of (new,catlg,keep) for a dsn mean?
What are hierarchy levels in jcl?
What are the 4 fields in dd statement?
Explain the jcl exec statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what is JCL?
How would you understand error(execution phase)?
how to run batch program without jcl?
What is use of restart and how to use it?