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

Tables with different creators


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

New User


Joined: 29 Apr 2005
Posts: 21
Location: Gurgaon, India

PostPosted: Wed Jul 23, 2008 12:46 pm
Reply with quote

Hi,

Can I have a cobol program using DB2 tables under different Creators?
For example: can I access tables DEVELP1.POSITION & DEVP2A.HEADER in the same program?

If yes, could anyone please let me know how to create Package & plan for this?

Thanks,
Rohin
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Wed Jul 23, 2008 12:55 pm
Reply with quote

Hi Rohin,

In the BIND package U need to have muliple bind with differnt owner'
in ur case u will have 2 bind packeges one bond to DEVELP1 and another to DEVP2A (the only change will be the owner)

in the bind plan we shall give bind plan (*.*.*) or
(*,DEVP2A,*, *.DEVELP1.*)

Sorry as of now i donot give the code of bind packages & plans
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 Need to fetch data from so many DB2 t... DB2 9
No new posts How to: PK does not exist in several ... DB2 6
No new posts Discrepancy b/w SYSIBM tables and BMC... DB2 0
No new posts SYSIBM Tables Query DB2 8
No new posts Column names in SYSIBM tables DB2 5
Search our Forums:

Back to Top