altparam

Allows alternate syntax (without parentheses) for PARAMETER statements.

IDE Equivalent

Windows: Language > Enable Alternate PARAMETER Syntax

Linux: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -altparam
-noaltparam
Windows:  /altparam
/noaltparam

Arguments

None

Default

ON The alternate syntax for PARAMETER statements is allowed.

Description

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.

Alternate Options

altparam Linux: -dps
Windows: /Qdps, /4Yaltparam
noaltparam Linux: -nodps
Windows: /Qdps-, /4Naltparam