Common Lexical Functions
$ vbl = F$GETSYI( item[, nodename] )
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.