Page 1 of 1

How many file we can able to merge in a single step?

PostPosted: Fri Jul 24, 2009 11:41 am
by RajendraPrabhuS
Hi, I just want know how many file we can able to merge in a single step?

Re: How many file we can able to merge in a single step?

PostPosted: Fri Jul 24, 2009 11:51 am
by RajendraPrabhuS
Guys i got it's 99.

Re: How many file we can able to merge in a single step?

PostPosted: Fri Jul 24, 2009 11:59 am
by expat
And how did you arrive at that particular number ?

Re: How many file we can able to merge in a single step?

PostPosted: Fri Jul 24, 2009 2:08 pm
by RajendraPrabhuS
It's Simple...
Anyhow we will be using the following code in JCL

//SORTIN01 DD DSNAME (INFILE NAME)
//SORTIN02 DD DSNAME (INFILE NAME)
//SORTIN03 DD DSNAME (INFILE NAME)
//SORTIN04 DD DSNAME (INFILE NAME)
...
....
//SORTIN99 DD DSNAME (INFILE NAME)

Re: How many file we can able to merge in a single step?

PostPosted: Fri Jul 24, 2009 8:14 pm
by MrSpock
What is the point of this topic? Surely this detail is documented in the product's user's manual?

Re: How many file we can able to merge in a single step?

PostPosted: Fri Jul 24, 2009 8:27 pm
by Alissa Margulies
RajendraPrabhuS wrote:Guys i got it's 99.

Actually, it is possible to merge up to 100 data sets. SORTIN00 is also valid.

Re: How many file we can able to merge in a single step?

PostPosted: Sat Jul 25, 2009 7:38 am
by RajendraPrabhuS
Fine Thans Every one..