Slide 33 of 68
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.