Joined: 29 Apr 2005 Posts: 16 Location: Gurgaon, India
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?
Joined: 17 Oct 2004 Posts: 168 Location: hyderabad
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