Chapter Contents |
Previous |
Next |
The REPORT Procedure |
Restriction: | This statement is valid only in a compute block that is associated with a location in the report. |
Restriction: | You cannot use the LINE statement in conditional statements (IF-THEN, IF-THEN/ELSE, and SELECT) because it does not take effect until PROC REPORT has executed all other statements in the compute block. |
Featured in: | Ordering the Rows in a Report , Using Aliases to Obtain Multiple Statistics for the Same Variable , and Writing a Customized Summary on Each Page |
LINE specification(s); |
Required Arguments |
Featured in: | Ordering the Rows in a Report |
Featured in: | Ordering the Rows in a Report |
Featured in: | Using Aliases to Obtain Multiple Statistics for the Same Variable |
Both column-number and column-increment can be either a variable or a literal value.
Restriction: | The pointer controls are designed for monospace output. They have no effect on the HTML or Printer output. Do not use pointer controls if you are writing to the HTML or Printer destination. |
Featured in: | Using Aliases to Obtain Multiple Statistics for the Same Variable and Creating a Column for Each Value of a Variable |
Differences between the LINE and PUT Statements |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.