The PARAMETERS statement names the parameters for a script file, so that they can be referenced later in the script file.
Parameters are referenced by putting {parameter1} into the file where you want the named parameter to be substituted. There must be no spaces between the braces and the parameter
name.
If a script file is invoked with less than the required number of parameters, Interactive SQL prompts for values of the missing
parameters.