PROCLIBS()

From Recital Documentation Wiki
Jump to: navigation, search

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