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



A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to..

Answer / 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

More JCL Interview Questions

Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


what is DSN parameter and DISP parameter is used for?

0 Answers  


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


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

0 Answers  


Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

5 Answers   IBM,






Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


Is automatic restart possible in jcl?

0 Answers  


1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter

1 Answers   L&T,


Is condition checking possible in jcl? If yes, how?

0 Answers  


Can you execute a PROC from another PROC?

8 Answers   Keane India Ltd,


describe the dd statement,its meaning,syntax and keywords?

1 Answers  


What is the purpose of the dd keylen parameter?

0 Answers  


Categories