Name of the output table to use during function processing. You can also specify a substitute name to enable another name to be used during function processing. See Example: Function Mapping Definition with a Substitution in the OUT TABLE Clause.
You can nest OUT TABLE parameters, for example:
ModelTable(model_table) OUT TABLE , model_table(md_tbl) OUT TABLE
You cannot specify OUT TABLE clause variables as parameters or values in other function parameters.
You cannot specify the same variable name in multiple OUT TABLE clauses.
An OUT TABLE clause cannot contain any of the following:
- Concatenated variable expression
- Scalar subquery expression (SSQ)
- Default value