The PARAM table contains parameter values that are passed to a called script.
Whether they are called due to an HTTP GET request, FORM submission, the SteelArrow
IMPORT tag, or the SteelArrow
FUNCTION tag.
To access information in this table use the syntax PARAM.variableName
<!--- Set a value into the PARAM table --->
<SASET NAME=PARAM.variableName VALUE=value>
<!--- Retrieve a value from the PARAM table --->
<SAOUTPUT VALUE=PARAM.variableName>
Several samples are available to see how the PARAM table can be utilized, as follows;