Difference between revisions of "PROCLIBS()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return procedure library setting
 
Function to return procedure library setting
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 14:49, 7 December 2009

Purpose

Function to return procedure library setting


Syntax

PROCLIBS()


See Also

FUNCTION, PROCEDURE, PROCNAME(), PROGRAM(), SET PROCEDURE


Description

The PROCLIBS() function returns the current procedure library setting. Procedure libraries are set using the SET PROCEDURE or SET LIBRARY commands. The full filenames including the path of all active procedure libraries are returned by the PROCLIBS() function in a comma-separated string.


Example

set procedure to lib1
set procedure to lib2 additive
? proclibs()
/home/apps/test/lib1.dbo,/home/apps/test/lib2.dbo


Products

Recital, Recital Server