NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
S-3
SAVE Command
specific parameters or specify an asterisk (*) to save the names and values of all
current parameters.
{ [ LAYOUT ] layout-opt [, layout-opt ] ... }
{ LAYOUT * }
saves the layout options you specify; layout-opt is a single layout option.An
asterisk (*) specifies all layout options. See SET LAYOUT Command on page S-35
for more information about layout options.
[ SESSION ] { session-opt [, session-opt ] ... }
{ * }
saves the session options you specify; session-opt is a single session option.An
asterisk (*) specifies all session options. See SET SESSION Command on
page S-39 for more information about session options.
{ [ STYLE ] style-opt [, style-opt ] ... }
{ STYLE * }
saves the style options you specify; style-opt is a single style option.STYLE *
specifies all style options. See SET STYLE Command on page S-46 for more
information about style options.
REPORT { report-cmd [, report-cmd ] ... }
{ * }
saves the report formatting commands you specify and, if specified, the most recent
SELECT command. report-cmd is one of these commands: BREAK, BREAK
FOOTING, BREAK TITLE, DETAIL, NAME, PAGE FOOTING, PAGE TITLE,
REPORT FOOTING, REPORT TITLE, SELECT, SUBTOTAL, and
TOTAL.REPORT * specifies all of these commands.
If you enter multiple BREAK TITLE, BREAK FOOTING, NAME, or SUBTOTAL
commands, all versions are saved.To save a specific version of a command from the
history buffer, enter SAVE COMMAND command-string.
COMMAND {“command-string”}
{number }
{-number }
saves commands stored in the history buffer.
command-string
is a character string that specifies the most recent command in the history buffer that
begins with the string.