Difference between revisions of "MEMORY()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the amount of memory available
 
Function to return the amount of memory available
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 16:51, 3 December 2009

Purpose

Function to return the amount of memory available


Syntax

MEMORY(<expN>)


See Also

DISKSPACE(), OS()


Description

The MEMORY() function will return the amount of available to the user on the system. On OpenVMS systems, it will always return a value of 100000.


Example

? memory(0)
    388608


Products

Recital Server, Recital