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

Dynamic Plan Selection - DB2


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pravinj

New User


Joined: 10 Jun 2008
Posts: 24
Location: india

PostPosted: Fri Feb 27, 2009 9:16 pm
Reply with quote

Is there any possibility of accessing tables in different regions from the same module?

Say,I need to extract a row from DLSFB.XXXXX table and i want to move it to another table in a different region, say DLSF2.XXXXX in the same module. If it's different databases within a region, common plans are available in our system to access different databases, but in case of using different regions's DBs, i couldn't find a way! Help me out.

Thanks in Advance!
Back to top
View user's profile Send private message
senthilssg

New User


Joined: 09 Dec 2005
Posts: 64
Location: USA

PostPosted: Mon Mar 02, 2009 3:09 am
Reply with quote

Hi ,

You can create the alias on local DB2 subsystem for table which is in remote (different) DB2 system . So you can write the program as like to access the tables from same region . DB2 system will use DRDA connection when it access the alias (which is created for remote table) .

Thanks
Senthil
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts Dynamic file allocation using JCL JCL & VSAM 8
No new posts Dynamic Sortin DD cards SYNCSORT 8
Search our Forums:

Back to Top