Library /sys$common/syshlp/basichelp.hlb OPTION *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The OPTION statement allows you to set compilation qualifiers such as default data type, size, severity checking, constant type checking, subscript checking, overflow checking, decimal rounding, setup, and scale factor in a source program. The defaults set affect only the program module in which the OPTION statement occurs. The OPTION statement must precede all other source code in a program module with the exception of comment fields, REM, SUB, FUNCTION, and other OPTION statements. Example OPTION TYPE = REAL, & SIZE = (REAL DOUBLE, INTEGER WORD), & INACTIVE INTEGER OVERFLOW, & SCALE = 4
Additional Information (explode) :
|