Launch Run SQL Scripts

Run SQL Scripts is a tool for running SQL statements.

Procedure

  1. Open an SQLRPGLE source member. If there is specific source that you would like to work with, select that source.
    Open SQLRPGLE source
  2. Open the Run SQL Scripts tool. Select Source > Launch Run SQL Scripts.
    Launch the Run SQL Scripts tool

    The Run SQL Scripts tool opens. If you selected source before launching the tool, the source is copied into the editing pane.

    Work with source

  3. Work with your source. You can use the tool to edit, run, and perform other actions on your source. Note that if you have variable names in your source, to run the source in the tool, you must replace the variable names with literal values. When you are finished making changes, copy the source back into the SQLRPGLE member and replace any literal values you entered with the original variable names.

Feedback