Was this helpful?
DBNAME_ING
This name applies to the QUEL single-line terminal monitor only. DBNAME_ING points to SET statements within a file that are executed whenever this Actian X environment variable takes effect.
DBNAME_ING affects users who connect to the database specified by DBNAME through the QUEL terminal monitor. If set globally with ingsetenv, it affects all users of DBNAME. If set interactively or locally in this user’s .login, .profile, or .cshrc file it affects only this user.
Setting the DBNAME_ING environment variable is equivalent to users executing \i filename in the QUEL terminal monitor each time they connect to DBNAME.
Example: Set DBNAME_ING
To define this Actian X environment variable, use the following command syntax at the operating system prompt:
Windows:
SET DBNAME_ING=path_to_file
where:
DBNAME is the name of the database and must be in uppercase.
For example:
SET MYDB_ING= D:\usr\george\mystartfile
Linux:
DBNAME_ING=path_to_file export DBNAME_ING
where:
DBNAME is the name of the database and must be in uppercase.
For example:
setenv MYDB_ING /usr/george/mystartfile
The file contains lines in the following format:
SET lockmode session where readlock = nolock \g
This file contains the SET statements. If you have several SET statements, separate the statements with a space. You must end the entire file with “\g”.
Last modified date: 12/14/2023