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

Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


What is the function of a dd statement?

709


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


Brief description of inline procedure of jcl.

685


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

860






Where & How Do You Code Identifier In Jcl?

697


define cond parameter in jcl?

773


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


How can an in-stream dataset be terminated?

848


What is the purpose of dd?

728


In job processing, what happens in conversion stage?

739


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1996


can any one plzzzzzz tell the jcl code for creating ps using idcams

10513


what is use of disp parameter in dd statement?

661


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

631