Runs the REBIND TRIGGER PACKAGE command and closes the window. Available when the required fields are complete.

Cancels any changes and closes the window.

Displays the REBIND TRIGGER PACKAGE command that would be generated by your choices in this window. Available when the required fields are complete.

Opens the Build JCL dialog. Available when the required fields are complete.

Closes this window.

Processes your input and keeps the window open for additional actions.

Optional. Select YES or NO to indicate if you want to obtain EXPLAIN output for SQL statements in the package, or in the member list of the plan:

NO
Explain output is not obtained.
YES
Explain output is obtained.

Optional. Specify whether or not data currency is required for read-only and ambiguous cursors when the isolation level of cursor stability is in effect:

YES
Data currency is required. This option disables block fetching for distributed, ambiguous cursors.
NO
Data currency is not required.

Optional. Specify whether immediate writes will be done for updates made to group buffer pool dependent page sets or partitions:

NO
Normal write activity. Updated pages that are group buffer pool dependent are written at or before phase one of commit or at the end of abort for rolled back transactions.
PH1
Updated pages that are group buffer pool dependent are written at or before phase one of commit.
YES
Updated pages that are group buffer pool dependent are written when the buffer update completes.

Optional. Specify the degree to which the application should be isolated from the effects of other applications that are running:

RR
Repeatable Read
RS
Read Stability
CS
Cursor Stability
UR
Uncommitted Read
NC
No Commit

Optional. Specify when to release resources that a program uses:

COMMIT
Release resources at each commit point.
DEALLOCATE
Release resources only when the application terminates.

Optional. Select the level of message flagging (FLAG option). Choose the types of messages to report: