To specify an input parameter value for a stored procedure

  1. From the SP Test tool, click a stored procedure on the tree view.
  2. On the Parms tab, click the Value column corresponding to the parameter whose value you want to specify.
  3. Type the value of the parameter.
  4. Tab to another column to ensure that the value is saved properly.
Note:
  • Numeric parameter values must be valid for the stored procedure to execute properly.
  • You can also specify a value using the Edit Entry Value editor or by specifying a side file or special register.
  • Values typed directly into the Value field or into the Edit Entry Value editor are limited to the length of the parameter.