Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

In addition to the above provided solutions, if user is
concatenating these files in a PROC then user can provide
the overriding parameter in JCL as
//STEP1 EXEC PROC1
//STEPA.DD1 DD DSN=DSN1,DISP=SHR
// DD DSN=DSN2,DISP=SHR
// DD DSN=DSN3,DISP=SHR
// DD DSN=DSN4,DISP=SHR
// DD DSN=DSN7,DISP=SHR
// DD DSN=DSN8,DISP=SHR
// DD DSN=DSN9,DISP=SHR
// DD DSN=DSN10,DISP=SHR

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the steplib dd statement?

1256


What dd statement is used to supply the name of a dataset?

1447


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1289


What are the rules employed while naming the steps in a job?

1209


Explain how can a stopped job be started again?

1183


What is the use of symbol // in jcl?

1538


What is the function of //jcllib statement?

1379


how you will the direct the data to spool using sysout option?

2480


How can the submitting users racf authority be overridden in a job stream?

1351


What is the significance of addrspc parameter in the exec statement?

1131


What statement can be used to send data to another mvs jes3 node?

1689


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

1330


how to do automated restart when a job abends?

1424


what is JCL?

1221


What is one line to pass PARM from JCL to COBOL?

5011