parameters

Specifies parameters to an Interactive SQL command file.

Syntax

parameters parameter1, parameter2, . . .

Examples

Usage

  • The parameters statement names the parameters for a command file, so that they can be referenced later in the command file.

  • Parameters are referenced by putting {parameter1} into the file where you want the named parameter to be substituted. There cannot be any spaces between the braces and the parameter name.

  • If a command file is invoked with less than the required number of parameters, Interactive SQL prompts for values of the missing parameters.

Permissions

Any user can execute this command.

Related reference
read