Workbench User Guide : A. Environment Variables : How You Can Set Environment Variables : How You Can Use the symbol.tbl File
 
Share this page                  
How You Can Use the symbol.tbl File
The symbol.tbl file is maintained by the following Ingres utilities:
ingsetenv utility
Lets you set environment variables. Issue a command using the following format:
ingsetenv keyword value
keyword
Specifies one of the environment variables discussed in this appendix
value
Specifies the text of a legal value for the variable being set
ingunset utility
“Unsets” environment variables and uses the following format:
ingunset keyword
keyword
Specifies one of the environment variables discussed in this appendix
ingprenv utility
Displays the current settings of all defined environment variables in the symol.tbl file
The symbol.tbl file usually resides in the “files” directory of your OpenROAD installation. You must have a system environment variable called II_SYSTEM set to point to your OpenROAD installation for OpenROAD to execute properly. You can change the location of the symbol.tbl file by setting a system environment variable called II_CONFIG to specify the full path name of the file.
For more information about these utilities, see the Ingres Command Reference Guide.