
Syntax
ODS LAYOUT GRIDDED<option-1>< option-2 ...>
Summary of Optional Arguments
ADVANCE=<BYGROUP | EXPLICIT | PROC | TABLE | OUTPUT >
Dynamically populate the layout grid by groups, tables, pages, procedures,
and explicitly.
COLUMN_GUTTER=dimension
Specify the horizontal space between each column.
COLUMN_WIDTHS=dimension
Specify the width of each column specified.
COLUMNS=number
Specify the fixed number of columns in a gridded layout.
HEIGHT=dimension
Specify the vertical height of the layout.
ORDER_TYPE=<ROW_MAJOR | COLUMN_MAJOR>
Populate the grid by rows or columns.
ROW_GUTTER=dimension
Specify the vertical space between each row.
ROW_HEIGHTS=dimension
Specify ...