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
 
commad to copy an ISPF table into another ISPF table

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
krishna vijay

New User


Joined: 29 Aug 2005
Posts: 2

PostPosted: Wed Sep 14, 2005 3:09 pm    Post subject: commad to copy an ISPF table into another ISPF table
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
References
MGIndaco

Moderator


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

PostPosted: Wed Sep 14, 2005 6:07 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1