Allows alternate syntax (without parentheses) for PARAMETER statements.
Windows: Language > Enable Alternate PARAMETER Syntax
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -altparam -noaltparam |
Windows: | /altparam /noaltparam |
None
ON | The alternate syntax for PARAMETER statements is allowed. |
This option specifies that the alternate syntax for PARAMETER statements is allowed. The alternate syntax is:
PARAMETER c = expr [, c = expr] ...
This statement assigns a name to a constant (as does the standard PARAMETER statement), but there are no parentheses surrounding the assignment list.
In this alternative statement, the form of the constant, rather than implicit or explicit typing of the name, determines the data type of the variable.
altparam | Linux: -dps Windows: /Qdps, /4Yaltparam |
noaltparam | Linux: -nodps Windows: /Qdps-, /4Naltparam |