Copyright Digital Equipment Corp. All rights reserved.

Command_Qualifiers

/BRIEF
  Displays the variable name only.

/FULL
  Displays the name, value, scope, usage, and remark for the
  variable and lists the tests with which the variable is
  associated.

/INTERMEDIATE
  Displays the name, value, and remark for the variable. This is the
  default.

/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.

/REMARK
  Displays the remark associated with the variable.

/SCOPE
  Displays the scope of the variable. The scope can be either global
  or local.

/TEST_DESCRIPTION
  Lists the test descriptions with which the variable is associated.

/TYPE
  Displays the type of variable-STRING or NUMERIC.

/USAGE
  Displays the use of the variable. The use can be either as a
  symbol or as a logical.

/VALUE
  Displays the variable's default value. If no value has been
  supplied, the null value is displayed.