SQL/MX 2.x Reference Manual (H06.04+)

MXCI Commands
HP NonStop SQL/MX Reference Manual540440-003
4-42
Examples of OBEY
Effect of the MXCI Break Key
Typically, if you press the MXCI break key (Ctrl-c, Ctrl-Break, or the OutsideView Break
icon) while MXCI is executing commands and statements from an OBEY command
file, the current command or statement is interrupted, the processing of the OBEY
command file is terminated, and the transaction might be rolled back. Execute the
SHOW SESSION command to determine the status of the transaction.
Examples of OBEY
Suppose that the EXAMPLES file is an OSS file in the current directory. Execute all
statements and commands in the EXAMPLES file:
>>OBEY EXAMPLES;
Suppose that the EXAMPLES file is a Guardian file in $DATA06.TEMPJB. Execute
the statements and commands only in the SETFCNS section of the EXAMPLES
file:
>>OBEY /G/data06/tempjb/examples (setfcns);