Generates the SQL script and opens the Run Now or Save SQL window.
Cancels any unsaved changes that you made and closes this window.
Displays the subscription sets for which you want to add SQL statements or stored procedure calls. Click the check box or select at least one subscription set to enable the remainder of the notebook.
Selects all of the displayed subscription sets, so that you can define statements or procedures for all.
Clears the check boxes of all the displayed subscription sets. No further processing can be done until at least one subscription set is selected.
Displays the statements or procedure names and values already defined for the selected subscription sets.
Opens the Add SQL Statement or Procedure Call window.
Opens the Change SQL Statement or Procedure Call window.
Removes the selected statement or procedure name. If more than one row is highlighted, then all that are highlighted are removed.
Moves the selected row up. Click for each position you want to change.
Moves the selected row down. Click for each position that you want to change.
Select to prepare all of the SQL statements for dynamic execution. The DB2 PREPARE statement creates an executable SQL statement from a string form of the statement. The executable form is called a prepared statement.