Previous Page
|
Next Page
Examples: REPORT Procedure
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
Examples
Example 1: Selecting Variables for a Report
Example 2: Ordering the Rows in a Report
Example 3: Using Aliases to Obtain Multiple Statistics for the Same Variable
Example 4: Consolidating Multiple Observations into One Row of a Report
Example 5: Creating a Column for Each Value of a Variable
Example 6: Displaying Multiple Statistics for One Variable
Example 7: Storing and Reusing a Report Definition
Example 8: Condensing a Report into Multiple Panels
Example 9: Writing a Customized Summary on Each Page
Example 10: Calculating Percentages
Example 11: How PROC REPORT Handles Missing Values
Example 12: Creating and Processing an Output Data Set
Example 13: Storing Computed Variables as Part of a Data Set
Example 14: Using a Format to Create Groups
Example 15: Specifying Style Elements for ODS Output in the PROC REPORT Statement
Example 16: Specifying Style Elements for ODS Output in Multiple Statements
Example 17: Using Multilabel Formats
Example 18: Using the WIDTH= and CELLWIDTH= Style Attributes with PROC REPORT
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page