View previous topic :: View next topic |
Author |
Message |
chikdu Beginner
Joined: 06 Jul 2005 Posts: 29 Topics: 20
|
Posted: Tue Jul 12, 2005 1:17 am Post subject: Bind parameters required |
|
|
Hi,
I wanted to know which all bind parameters are required for the efficent execution of a db2 program.
Our application is using the following bind parameters:
BIND PACKAGE (PYRLCOL) -
MEMBER (P010) -
ISOLATION (CS) -
VALIDATE (BIND) -
RELEASE (COMMIT) -
EXPLAIN (YES) -
CURRENTDATA (NO) -
DEGREE (ANY) -
DYNAMICRULES (BIND) -
SQLERROR (NOPACKAGE) -
ACTION (REPLACE) -
FLAG (I) -
QUALIFIER (MM01) -
OWNER (MM01)
END
Are all these parameters required? Also, is the ACQUIRE,FLAG and NODEFER parameters required? I have come across these parameteres in another application.
Kindly,let me know. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
chikdu Beginner
Joined: 06 Jul 2005 Posts: 29 Topics: 20
|
Posted: Mon Jul 25, 2005 12:23 am Post subject: |
|
|
Thanks for the link, Kolusu. |
|
Back to top |
|
 |
|
|