HP OpenVMS Systemsask the wizard | 
	
 The Question is: How do you display the version of DECNET you are running? The Answer is : 
 
  The following are DCL commands or DCL lexical functions:
 
    $ SHOW NETWORK DECnet/FULL
 
    $ PRODUCT SHOW PRODUCT DECNET* /FULL
 
    $ DECnet_Version = F$GETSYI("DECNET_VERSION")
 
  Within the DECnet-Plus NCL utility:
 
    $ run sys$system:ncl
    show implementation
 
  Within the DECnet Phase IV NCP utility:
 
    $ run sys$system:ncp
    show executor
 
 
 
 
  |