Difference between revisions of "NETNAME()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Disk and File Utilities
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return system information
 
Function to return system information
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[OS()]], [[VERSION()]]
+
[[GETENV()]], [[GETGID()]], [[GETPID()]], [[GETREMOTEADDR()]], [[GETREMOTEHOST()]], [[GETREMOTEUSER()]], [[GETUID()]], [[OS()]], [[VERSION()]]
  
  
Line 27: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Disk and File Utilities]]
 +
[[Category:Disk and File Utilities Functions]]
 +
[[Category:Environment]]
 +
[[Category:Environment Functions]]

Latest revision as of 17:23, 3 December 2009

Purpose

Function to return system information


Syntax

NETNAME()


See Also

GETENV(), GETGID(), GETPID(), GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), GETUID(), OS(), VERSION()


Description

The NETNAME() function returns the name of the machine. On UNIX/Linux systems, full 'uname –a' information is returned.


Example

? netname()
system=SCO_SV nodename=mynode version=3.2.2 machine=i386


Products

Recital, Recital Server