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


Please Help Members By Posting Answers For Below Questions

What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1807


Explain in DD statement what is the use of DCB parameter?

656


What is the function of //jcllib statement?

810


what is use of space parameter in dd statement?

758


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

747






how can the same proc be re-used and called by many jobs?

912


Where can program checkpoints be stored for use in a restart?

851


a dd statement has 2 types of parameters. Name them?

650


What do you understand by the terms: joblib and steplib?

626


Explain the function of the dd dcb keyword?

706


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


What is jcl in mainframe?

690


How to override loadlib?

1428


Are there any set of rules for the names of the steps used in a job?

637


Explain the function of dd name parameter with a 2 part structure; audit.report?

898