Chapter Contents

Previous

Next
NODENAME

NODENAME


Returns the name of the current node

Language element: function
Category: general-purpose OpenVMS
OpenVMS specifics: All aspects are host-specific


Syntax
Details

Syntax

NODENAME()


Details

This function takes no arguments. The returned value can be up to 16 bytes long. In the following example, executing the statement on a node with node name of MYVAX assigns the value MYVAX to the variable THISNODE:


data _null_;
   thisnode=nodename();
run;


Chapter Contents

Previous

Next

Top of Page

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.