IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to delete a record from a dataset thru panels.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Anbumazhavarayar

New User


Joined: 19 Jan 2007
Posts: 6
Location: Chennai

PostPosted: Wed Sep 26, 2007 9:44 pm
Reply with quote

Hi,

My input dataset has 5 records. I am reading and displaying it in a panel. This panel has option to delete a record. If I delete a record in that panel then the corresponding record in the dataset needs to be deleted.

For this I have COBOL coding logic. But, Is there any CLIST or REXX command to do the above.

Thanks,
Anbu
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Sep 26, 2007 10:18 pm
Reply with quote

Use the same logic. There's no particular function in either language.

Besides, why not just stick with COBOL then?
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Thu Sep 27, 2007 3:11 am
Reply with quote

hi,

u can do this in rexx by giving labels to the rows i.e

from which record u want to delete set .a and .b to last record
and then delete using these labels .a .b
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts DELETE SPUFI DB2 1
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
Search our Forums:

Back to Top