Previous Page
|
Next Page
REPORT Procedure
Syntax
Procedure Syntax
PROC REPORT Statement
BREAK Statement
BY Statement
CALL DEFINE Statement
COLUMN Statement
COMPUTE Statement
DEFINE Statement
ENDCOMP Statement
FREQ Statement
LINE Statement
RBREAK Statement
WEIGHT Statement
Overview
Concepts
Using
Results
Examples
Selecting Variables for a Report
Ordering the Rows in a Report
Using Aliases to Obtain Multiple Statistics for the Same Variable
Consolidating Multiple Observations into One Row of a Report
Creating a Column for Each Value of a Variable
Displaying Multiple Statistics for One Variable
Storing and Reusing a Report Definition
Condensing a Report into Multiple Panels
Writing a Customized Summary on Each Page
Calculating Percentages
How PROC REPORT Handles Missing Values
Creating and Processing an Output Data Set
Storing Computed Variables as Part of a Data Set
Using a Format to Create Groups
Specifying Style Elements for ODS Output in the PROC REPORT Statement
Specifying Style Elements for ODS Output in Multiple Statements
Using Multilabel Formats
Using the WIDTH= and CELLWIDTH= Style Attributes with PROC REPORT
ENDCOMP Statement
Marks the end of one or more programming statements that PROC REPORT executes as it builds the report.
Restriction:
A COMPUTE statement must precede the ENDCOMP statement.
See:
COMPUTE statement
Example:
Ordering the Rows in a Report
Syntax
Syntax
ENDCOMP
;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page