'SF' |
Short Form Variables |
Sets the compiler to restrict variable names to a single letter or a letter followed by a number.
The SHORT_FORM directive can also be used to set 'SF'. Use either SET_PARAM -'SF' or the LONG_FORM directive to cancel 'SF'.
Off - The compiler allows long variable names. Spaces are required between directives and variable names.
SHORT_FORM Use Short Variable Names
LONG_FORM Use Long Variable Names
'LF' Long Form Variables