Was this helpful?
Uppercase Flags
Flags that must be entered in uppercase may need special input syntax when the host operating system is case-insensitive.
Windows: The Windows operating system passes uppercase flags with no special formatting needed. For example, to invoke Interactive Terminal Monitor with a group of sales, you could enter:
isql dbname -Gsales
Linux: Linux is case-sensitive and passes uppercase flags with no special formatting needed. For example, to invoke Ingres Menu with a group of sales, you can enter:
ingmenu dbname -Gsales
Last modified date: 11/09/2022