You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some reason , we have provided bind property as false in Bind properties and tried to bind the DBB compiled program using BIND jcl which uses the PLAN. Here even though the program changes are not made for Db2 it throwing SQL error if it's not bind and after binding also it not making any changes to Db2 but program is running, is there anything specific we need to provide here for binding DBB programs ?
JCL we used for compilation:
Apologies, but it is hard to understand your issue.
000000080N is a -805 which means that this is a bind issue.
Do you see the program and DBRM generated for your particular program source in the dbb build report?
Do you would like to run the Bind step as part of the dbb build or do you would like to do that after the deployment to the target environment?
Have you made sure, that you are using the correct libraries in the Bind step?
I think it would be wise, to reach out to your Db2 admins to work on that issue.
Due to some reason , we have provided bind property as false in Bind properties and tried to bind the DBB compiled program using BIND jcl which uses the PLAN. Here even though the program changes are not made for Db2 it throwing SQL error if it's not bind and after binding also it not making any changes to Db2 but program is running, is there anything specific we need to provide here for binding DBB programs ?
JCL we used for compilation:
//SYSTSIN DD *
DSN SYSTEM(DBXX)
BIND PLAN(CBXX) MEMBER(CBDBBB) -
LIBRARY ('DBB.OLD.DBRM') -
ACTION (REPLACE), VALIDATE(RUN), ISOLATION (CS) , FLAG (I), -
ACQUIRE (USE) , RELEASE (COMMIT) , EXPLAIN (NO), RETAIN, -
OWNER(COREBK) , QUALIFIER(COREBK), ENCODING(EBCDIC)
END
Please help us to bind the program which will reflect the Db2 changes
The text was updated successfully, but these errors were encountered: