SQL/MP Reference Manual
HP NonStop SQL/MP Reference Manual—523352-013
S-3
SAVE Command
save 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. For more information about layout options,
see SET LAYOUT Command on page S-34.
[ SESSION ] { session-opt [, session-opt ] ... }
{ * }
saves the session options you specify; session-opt is a single session option.
An asterisk (*) specifies all session options. For more information about session
options, see SET SESSION Command on page S-39.
{ [ STYLE ] style-opt [, style-opt ] ... }
{ STYLE * }
saves the style options you specify; style-opt is a single style option.STYLE *
specifies all style options. For more information about style options, see SET
STYLE Command on page S-45.
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 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.
number
is a positive integer that refers to the ordinal number of a command in the history
buffer.