Was this helpful?
quel Examples
This command opens the empdata database:
quel empdata
This command opens empdata and suppresses the dayfile message:
quel empdata -d
This command opens empdata, suppresses the dayfile message and the terminal monitor prompts and messages, and reads into the workspace the contents of the batchfile:
quel empdata -s <batchfile
This command opens empdata, displays f4 columns in G format with two decimal places and I1 columns with three spaces:
quel empdata -f4g12.2 -i13
After the Terminal Monitor starts, you must use its commands to execute queries and manipulate the contents of the query buffer. For details on these commands, see the Terminal Monitor chapter of the QUEL Reference Guide.
Last modified date: 11/09/2022