|
|
| Author |
Message |
arunmozhicholan
New User
Joined: 07 Feb 2007 Posts: 12 Location: chennai
|
|
|
|
Hi
i need to create a monthly report for which the input is multiple weekly GDG , how we can specify in the jcl |
|
| Back to top |
|
 |
References
|
Posted: Fri May 16, 2008 11:22 am Post subject: Re: Monthly report for which the input is multiple weekly GDG |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2538 Location: italy
|
|
|
|
| Code: |
//input dd disp=shr,dataset_name(0)
// dd disp=shr,dataset_name(-1)
// dd disp=shr,dataset_name(-2)
// dd disp=shr,dataset_name(-3) |
as a sample dd statement to concatenate datasets
(the fact that they are GDG's generations is irrelevant)
but You have to verify it with Your procedure analyst |
|
| Back to top |
|
 |
arunmozhicholan
New User
Joined: 07 Feb 2007 Posts: 12 Location: chennai
|
|
|
|
| thanks for ur valuable suggestion . |
|
| Back to top |
|
 |
|
|