Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Deleting a record(a row) in pds or ps using rexx

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
ceasar

New User


Joined: 03 Feb 2006
Posts: 2
Location: Chennai,India

PostPosted: Thu Mar 02, 2006 7:39 pm    Post subject: Deleting a record(a row) in pds or ps using rexx
Reply with quote

Hi
I need a program to delete a record (any line) inside ps or pds using rexx.
the program must read a ps/pds and delete a particular line/record in an array....


Regards,
Ceasar
Back to top
View user's profile Send private message
References
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1973
Location: Israel

PostPosted: Thu Mar 02, 2006 8:13 pm    Post subject:
Reply with quote

There is no REXX direct function to delete a record from dataset. However, you still have at least 3 options:

1) Use ISPF services LMMGET/LMMPUT to read and write the records back.

2) Use EXECIO to read and write records.

3) If the file is EDITable, you can use edit macro.

O.
Back to top
View user's profile Send private message
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3314
Location: Charlotte,NC USA

PostPosted: Thu Mar 02, 2006 8:15 pm    Post subject: Re: Deleting a record(a row) in pds or ps using rexx
Reply with quote

I can't figure out from the origina post why the user wouldn't just edit the dataset and delete the row/rows?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1