DB PROCDIR
From Recital Documentation Wiki
Deprecated in Recital 10
Contents
Purpose
Used to define a default procedures and programs directory for the exec utility
See Also
Description
The DB_PROCDIR environment variable / symbol is used to define a default procedures and programs directory for the execute utility. The execute utility is used to run program files on the server without connecting from a client. If DB_PROCDIR is set to a directory, this directory will be added to the search path and is equivalent to using the SET PATH command.
Note: The earlier dbexec syntax has been deprecated in Recital 10, to be replaced with recitaladmin execute | --execute.
Example
# DB_PROCDIR="/usr/recital/UAS/netprocs"; export DB_PROCDIR # dbexec myapp
Products
Recital Server