SQL/MP Reference Manual

HP NonStop SQL/MP Reference Manual523352-013
H-2
HEADINGS Option
HEADINGS Option
HEADINGS is an option of the report writer SET STYLE command. HEADINGS
activates or suppresses the printing of headings in the current report and in
subsequent reports until you reset the HEADINGS option or end the SQLCI session.
Setting HEADINGS OFF is the same as specifying NOHEAD for every print item in
your report.
For information about the way report writer determines headings, see the
Considerations subsection in DETAIL Command on page D-47.
Example—HEADINGS
To omit headings from reports, enter:
>> SET STYLE HEADINGS OFF;
HELP Command
HELP is an SQLCI command that displays information about SQL statements, SQLCI
commands, and other SQL-related topics.
help-topic
is the topic you want information about.
SYNTAX, DETAIL, or EXAMPLE
specifies the type of information you want:
HEADINGS { ON }
{ OFF }
The default is ON.
{ ALL }
{ }
HELP { [ , SYNTAX ] } ;
{ help-topic [ , DETAIL ] }
{ [ , EXAMPLE ] }
SYNTAX displays the syntax of a statement, command, language element,
compiler directive, or a summary of a topic.
DETAIL displays all available information about the topic (syntax or
summary, examples, and any detailed text that is available).
EXAMPLE displays examples of using the statement, command, language
element, or compiler directive. (Available for all statements and
commands, but not for all topics.)