1 /BRIEF
Displays the variable name only.
2 /FULL
Displays the name, value, scope, usage, and remark for the variable and lists the tests with which the variable is associated.
3 /INTERMEDIATE
Displays the name, value, and remark for the variable. This is the default.
4 /OUTPUT
/OUTPUT[=file-specification] Sends the requested information to the specified file. If you specify the file name but omit the file type, the file type defaults to .LIS. The output is sent to SYS$OUTPUT.
5 /REMARK
Displays the remark associated with the variable.
6 /SCOPE
Displays the scope of the variable. The scope can be either global or local.
7 /TEST_DESCRIPTION
Lists the test descriptions with which the variable is associated.
8 /TYPE
Displays the type of variable-STRING or NUMERIC.
9 /USAGE
Displays the use of the variable. The use can be either as a symbol or as a logical.
10 /VALUE
Displays the variable's default value. If no value has been supplied, the null value is displayed.