Specifies whether to print BY lines above each BY group.
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window
|
Category: |
Log and procedure output control: Procedure
output
|
PROC OPTIONS GROUP= |
LISTCONTROL
|
-
BYLINE
-
specifies that BY lines are printed above
each BY group.
-
NOBYLINE
-
suppresses the automatic printing of BY
lines.
Use NOBYLINE to suppress the automatic
printing of BY lines in procedure output. You can then use #BYVAL, #BYVAR,
or #BYLINE to display BYLINE information in a TITLE statement.
These SAS procedures perform their own BY line
processing by displaying output for multiple BY groups on the same
page:
With these procedures, NOBYLINE causes a page eject
between BY groups. For PROC PRINT, the page eject between BY groups has the
same effect as specifying the right most BY variable in the PAGEBY statement.
|
Statements:
|
|
"BY-Group Processing in SAS Programs" in
SAS Language Reference: Concepts |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.