Common Lexical Functions
$ vbl = F$GETSYI( item[, nodename][,csid] )
Examples:
$ NODE = F$GETSYI( “NODENAME” )
$ FGP = F$GETSYI( “FREE_GBLPAGES” )
$ FGS = F$GETSYI( “FREE_GBLSECTS” )
Notes:
F$GETSYI() can be used to retrieve information about the running system. In some cases, it can also be used to get information about other members of an OpenVMS cluster, either by node name or by Cluster System ID (V7.2 and later).