RunProcedure Step In-Place Editing

To edit a RunProcedure script step:

  1. Select the step in the Script Steps table.
  2. Edit the step parameters as follows:
    • Session: This column displays no session at all.
    • Return Variable: This column displays the return variable name.
    • A new variable is specified by clicking into the column and editing in-place. Alternatively, click the button displaying a drop-down pane, then click the button to select an existing variable.

    • Command String: This column displays the name of the called procedure and a space-separated list of arguments.
    • Click into the column and edit in-place the procedure name and the argument value(s).

      Alternatively, click the control displaying a drop-down pane and select the procedure – local or shared – from a list. To edit the procedure arguments, in the drop-down pane click the control of the Input Arguments field and enter the desired values in the Current Value column of the cascading drop-down pane that displays.

Example:

RunProcedure P1 1 2
 ....
 Procedure P1 {Integer:a Integer:b}
    ...
    ...
    EndProcedure