ihave ten flatfile in that iwant to concatinate all the
files except file 5,6 into output file by uing jcl?
how to do this? give me detail yntax for tis?
Answer Posted / ajay kumar ande
give one DD Name to all datasets excluding 5,6
dd1 dd dsn=dataset1
dd dsn=dataset2
dd dsn=dataset3
dd dsn=dataset4
dd dsn=dataset7
dd dsn=dataset7
dd dsn=dataset9
.
.
.
.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
in ways data can be passed to a COBOL program from JCL?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the function of the dd mgmtclas keyword in sms datasets?
what is use of space parameter in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the use of disp parameter?
Is automatic restart possible in jcl? If yes, how?
Explain the function of a dd statement?
how can the same proc be re-used and called by many jobs?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how you will the direct the data to spool using sysout option?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is one line to pass PARM from JCL to COBOL?
Explain how can return codes be tested before execution of a job step?