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

MXCI Commands
HP NonStop SQL/MX Reference Manual540440-003
4-52
Examples of SET SHOWSHAPE
To turn off the display of access plans, enter:
SET SHOWSHAPE OFF;
To write results of queries, which are provided in an input file named examples,
and their plans to an output file named plans, enter:
SET SHOWSHAPE INFILE /G/data06/judy/examples
OUTFILE plans;