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

commad to copy an ISPF table into another ISPF table


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krishna vijay

New User


Joined: 29 Aug 2005
Posts: 1

PostPosted: Wed Sep 14, 2005 3:09 pm
Reply with quote

i have a table "tablejob". i want to copy this into a another table which will have some more columns. how can i do that..? also is there any direct command to copy a table into another table..?
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Wed Sep 14, 2005 6:07 pm
Reply with quote

Reading the model of dialog manager I found only these general services:
(You can view all the services just writing MODEL CLASS REXX (Choise T1) in your member and give to command a position that can be A(fter) or B(efore))

Code:
General Services
               
G1  TBCREATE   
G2  TBOPEN     
G3  TBQUERY     
G4  TBSAVE     
G5  TBCLOSE     
G6  TBEND       
G7  TBERASE     
G8  TBSTATS     


Usually I unload and reload the table but I hope that another method exist...but at the moment I don't know.

I hope in this little help.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
Search our Forums:

Back to Top