NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
L-50
Examples—LOG
The final version of a command is written to the log file without the extra characters
you enter while making changes with FC.
Examples—LOG
The following command starts logging SQLCI output to the file SUBV2.MAYLOG:
>> LOG SUBV2.MAYLOG;
LOGICAL_FOLDING Option
LOGICAL_FOLDING is an option of the SQLCI report writer SET LAYOUT
command that specifies where to break a default detail line (one for which there is no
DETAIL command) that does not fit within the report width.
ON
breaks the line before the first print item that will not fit. ON is the default.
OFF
breaks the line exactly at the right margin, even if the break is in the middle of a
print item.
Considerations—LOGICAL_FOLDING
Default margins and report width
The default right margin is the width of the current output device (OUT_REPORT
or OUT file). The default left margin is 0. Report width is right margin minus left
margin.
Report width versus output device wrapping
The LOGICAL_FOLDING option affects only lines that are folded due to the report
width. LOGICAL_FOLDING does not affect print lines that wrap due to the output
device length; such folding is controlled by the WRAP option.
No effect on title lines
LOGICAL_FOLDING does not affect output lines other than default detail lines.
For example, report writer displays output from the REPORT TITLE, BREAK
TITLE, and REPORT FOOTING commands according to the command
specifications, no matter what the setting of the LOGICAL_FOLDING option.
LOGICAL_FOLDING { ON }
{ OFF }