DECNET_LOC_REGISTER.HLB  —  Usage  Invocation
 The DECNET_LOC_REGISTER utility is normally invoked using the RUN command.
 It can also be invoked using a foreign command symbol.  For example:

     $ RUN SYS$SYSTEM:DECNET_LOC_REGISTER         !Invoke the utility

     $ LOCREG :== $SYS$SYSTEM:DECNET_LOC_REGISTER !Foreign command symbol
     $ LOCREG                                     !Invoke the utility

 If a foreign command symbol is used, a command line can be passed directly
 to DECNET_LOC_REGISTER on the invocation command line.  For example:

     $ LOCREG LOAD
Close Help