SQL/MP Reference Manual
HP NonStop SQL/MP Reference Manual—523352-013
S-50
SHOW LAYOUT Command
SHOW LAYOUT Command
SHOW LAYOUT is an SQLCI report writer command that displays the values of the 
current layout options. Layout options affect the way a report appears on a terminal 
screen or printed page.
* displays all layout options.
For information about a specific option, see the entry for that option.
Example—SHOW LAYOUT
This example displays the current margin and line-spacing values:
>> SHOW LAYOUT LEFT_MARGIN, RIGHT_MARGIN, LINE_SPACING;
LEFT_MARGIN 5
RIGHT_MARGIN 80
LINE_SPACING 2
SHOW PARAM Command
SHOW PARAM is an SQLCI command that displays the current parameter values.
name
identifies the parameter you want to display.
*
displays the values of all parameters.
SHOW { [ LAYOUT ] option [, option] ... } ;
 { LAYOUT * }
option is:
 { CENTER_REPORT }
 { LEFT_MARGIN }
 { LOGICAL_FOLDING }
 { PAGE_COUNT }
 { PAGE_LENGTH }
 { RIGHT_MARGIN }
 { SPACE }
 { WINDOW }
SHOW { [ PARAM ] name [ , name ] ... } ;
 { PARAM * }










