If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > need help on cics xctl

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-25-04, 01:35
venu7380 venu7380 is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
need help on cics xctl

hi,
i need some help on this cics program issue.

i have program a and program b . here what iam doing is iam
doing an xctl from program a to b. when access goes into program
and executing an sql its looking at the plan of A.Also in cedf what i
obserrved was its showing me tranid of program A. cAN SOME ONE
help me on this issue

thanks
venu
Reply With Quote
  #2 (permalink)  
Old 02-25-04, 10:10
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,197
The only way to do plan switching in CICS is to do a CICS start on tran B. Obviously that is not a good idea (for reasons we will not discuss here).

That is why packages were developed starting in DB2 version 3. You use packages for all your CICS programs in an application and make sure they all belong to the same plan. Obviously, not every CICS program package for the entire shop should be in the same plan (such as when other applications exist). Any time you do need to switch plans, you just start that tranid, instead of xctl.

You should look at the RCT tables and find out more information about the DB2 CICS attach in the manuals.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390

Last edited by Marcus_A; 02-25-04 at 10:24.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On