Supplying Values for Variables

You must supply values for variables in a procedure even if the value is a blank. For instance, some server commands are invalid without values but process normally with blanks.

Supply values for variables in the following ways:

  • With the EXEC command as parameters.
  • With a command such as -DEFAULTS, -SET, or -READ.

This section describes these methods.