Difference between revisions of "PROCLIBS()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return procedure library setting
 
Function to return procedure library setting
 
  
 
==Syntax==
 
==Syntax==
 
PROCLIBS()
 
PROCLIBS()
 
  
 
==See Also==
 
==See Also==
 
[[FUNCTION]], [[PROCEDURE]], [[PROCNAME()]], [[PROGRAM()]], [[SET PROCEDURE]]
 
[[FUNCTION]], [[PROCEDURE]], [[PROCNAME()]], [[PROGRAM()]], [[SET PROCEDURE]]
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 22: Line 18:
 
/home/apps/test/lib1.dbo,/home/apps/test/lib2.dbo
 
/home/apps/test/lib1.dbo,/home/apps/test/lib2.dbo
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Latest revision as of 10:17, 12 December 2012

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

Lianja, Lianja Server