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

Brief description of inline procedure of jcl.

0 Answers  


What are the utility programs in jcl?

0 Answers  


can we maintain 2 generations with different Lengths in Same GDG ?

3 Answers   RBS,


How to alter the parameters for the existing gdg?

0 Answers  


What is the significance of addrspc parameter in exec statement?

0 Answers  






WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

0 Answers  


Explain about File Tailoring

1 Answers  


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  


If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?

3 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


Categories