|
|
| Author |
Message |
kalais
New User
Joined: 18 Apr 2006 Posts: 22
|
|
|
|
hi,
i want to append new records to an existing dataset.
how i can do this in REXX? |
|
| Back to top |
|
 |
References
|
Posted: Wed May 24, 2006 10:42 am Post subject: Re: Appending records to a dataset in REXX |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3094 Location: Charlotte,NC USA
|
|
|
|
Allocate the dataset with DISP=MOD.
Note that I said dataset, not PDS, as DISP=MOD doesn't work for a PDS. |
|
| Back to top |
|
 |
|
|