


Options are passed to the program in the shell variable SQLOPT. If the option -k is set in the current shell (e.g., using set -k), SQLOPT can be transferred as keyword parameter:
Example:
<fn> SQLOPT="-x -d mydatabase"
or:
SQLOPT="-x -d mydatabase" <fn>
Entering this command executes the linked program.


