MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Doubt in plan specification

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
baskkarsubbian
Beginner


Joined: 31 Aug 2003
Posts: 18
Topics: 12

PostPosted: Wed Sep 03, 2003 7:17 am    Post subject: Doubt in plan specification Reply with quote

Hi,

Can anyont tell me in a cics/Db2 application program where will we specify the path of the plan which was produced during the bind operation?
Back to top
View user's profile Send private message Yahoo Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12382
Topics: 75
Location: San Jose

PostPosted: Wed Sep 03, 2003 2:25 pm    Post subject: Reply with quote

baskkarsubbian,

You need to update the RCT(resource control table).

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
CZerfas
Intermediate


Joined: 31 Jan 2003
Posts: 211
Topics: 8

PostPosted: Thu Sep 04, 2003 6:07 am    Post subject: Reply with quote

Hi,

during BIND-processing you create a package within a so called collection. This combination of collection-name and package-name (preferably with wildcards) is then referenced by a DB2 plan.

To use this plan, you have to define within the CICS region the object types
- DB2Entry (in it's definition the DB2 plan name is specified)
- DB2Transaction (in it's definition you combine the transaction name of your application, i.e. a 4-letter literal, with the before created DB2Entra name)

Don't forget to "install" these definitions via CEDA transaction, and you can use your packages with the transaction.

regards
Christian
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group