View previous topic :: View next topic |
Author |
Message |
vazigarasen Beginner
Joined: 16 Nov 2005 Posts: 4 Topics: 2
|
Posted: Thu Nov 17, 2005 5:54 am Post subject: Modifying a GDG Dataset LRECL |
|
|
Hi
Is it possible to modify the LRECL of a existing GDG dataset
eg:
DATA1 has LRECL of 65
I need to modify this to LRECL 0f 64 .... will this be possible ????
Regards
Sen |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Nov 17, 2005 5:57 am Post subject: |
|
|
vazigarasen,
Copy the existing generation to a temp dataset with new lrecl and then copy back the temp dataset to gdg with the version specified.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|