Library /sys$common/syshlp/helplib.hlb  —  Getinput  /FACILITY
   /FACILITY=String

   Every OpenVMS message has a facility prefix. To use your own,
   use /FACILITY="Facility string" at the Getinput command line.
   The current facility string will be saved in a logical, so you
   need to set the facility prefix only once. To reset to the default
   facility GIP use /RESET.

1  –  Example

   The default facility prefix for Getinput is "GIP". So when the
   following command is given, you get an error message.

   $ GETINPUT OutputSymbol /TYPE=INTEGER/DEFAULT=test
   %GIP-F-DEFERR, default has to be numeric

   $ GETINPUT OutputSymbol /TYPE=INTEGER/DEFAULT=test/FACILITY=MYOWN
   %MYOWN-F-DEFERR, default has to be numeric
Close Help