Symbol “Scope”
$ SET SYMBOL/SCOPE=(keyword(s))
Other Qualifiers: /ALL, /VERB and /GENERAL
/VERB applies only to the first “token” on a
/GENERAL applies to all other “tokens” on a
Notes:
Other SET SYMBOL/SCOPE qualifiers control how the symbol scoping rules are applied.
/VERB applies to the first “token” (or “word”) on a command line.
/GENERAL applies to all other “tokens” (or “words”) on a command line.
/ALL applies to all of the “tokens” (or “words”) on a command line.
“Words” are delimted by the space (ASCII 32) character for DCL’s purposes.