PROCLIBS()
From Recital Documentation Wiki
Revision as of 10:10, 23 March 2009 by Yvonnemilne (Talk | contribs)
Class
Disk and File Utilities
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 Database Server, Recital Mirage Server, Recital Terminal Developer