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

How to delete the table created using REXX


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cvasu03

New User


Joined: 23 Mar 2007
Posts: 9
Location: USA

PostPosted: Tue May 29, 2007 7:53 pm
Reply with quote

Hi,

My requirement is read a member from PDS and created internal table using REXX. I did this. But after few days I modified the member in PDS. But these changes are not reflecting on REXX screen. Everything is same. It is still shows old values.

In my logic i always check if the table is already present then erase and create a new table. Even after doing this I am not able to get the new values.

Is there anyway to delete the table always before creating?

I used the following commands.

TBOPEN
TBCLOSE
TBERASE
TBCREATE


Thanks,
Vasu
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue May 29, 2007 11:58 pm
Reply with quote

You can use the REPLACE operand of TBCREATE.

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

New User


Joined: 23 Mar 2007
Posts: 9
Location: USA

PostPosted: Fri Jun 01, 2007 6:47 am
Reply with quote

thank you
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts DELETE SPUFI DB2 1
No new posts Load new table with Old unload - DB2 DB2 6
Search our Forums:

Back to Top