SQL/MX 2.x Reference Manual (G06.24+, H06.03+)

MXCI Commands
HP NonStop SQL/MX Reference Manual523725-004
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;