VMS Help INQUIRE, Qualifiers *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1 - /GLOBAL
Specifies that the symbol be placed in the global symbol table. If you do not specify the /GLOBAL qualifier, the symbol is placed in the local symbol table.
2 - /LOCAL
/LOCAL (default) Specifies that the symbol be placed in the local symbol table for the current command procedure.
3 - /PUNCTUATION
/PUNCTUATION (default) /NOPUNCTUATION Inserts a colon and a space after the prompt when it is displayed on the terminal. To suppress the colon and space, specify the /NOPUNCTUATION qualifier.
|