
Custom Search
Say suppose you are logged on to a CICS region, how would you determine the db2 plan used by the CICS region? is they any direct command for getting the plan name used by a CICS region?
"; ; ; ;Click the +1 button below to share it with your friends and colleagues
Who's onlineThere are currently 0 users and 24 guests online.
|
hi, the plan do not belongs to CICS region, the plan is created when you BIND a program that uses SQL within the code. the plan belongs to the program that you are creating.