Base SAS 9.1 Procedures Guide, Volumes 1, 2, 3 and 4
Chapter 2: Fundamental Concepts for Using Base SAS Procedures
- Output 2.1: Listing Output
- Output 2.2: XML Output file
Chapter 5: The CALENDAR Procedure
- Output 5.1: Simple Schedule Calendar
- Output 5.2: Advanced Schedule Calendar
- Output 5.3: Simple Summary Calendar
- Example Code 5.1: Illustration of Formatting Characters in PROC CALENDAR Output
- Output 5.4: Schedule Calendar: 5-Day Week with Holidays
- Output 5.5: Schedule Calendar Containing Multiple Calendars
- Output 5.6: Separate Output for Multiple Schedule Calendars
- Output 5.7: Multiple Schedule Calendars with Atypical Workshifts (Combined Output)
- Output 5.8: Multiple Schedule Calendar with Atypical Workshifts (Mixed Output)
- Output 5.9: Schedule Calendars with Holidays Only (Partial Output).
- Output 5.10: The Data Set GCPM1
- Output 5.11: Schedule Calendar Based on Output from PROC CPM
- Output 5.12: Summary Calendar with MEAN Values by Observation
- Output 5.13: Separated Output for Multiple Summary Calendars
Chapter 7: The CHART Procedure
- Output 7.1: Vertical Bar Chart
- Output 7.2: Horizontal Bar Chart
- Output 7.3: Block Chart
- Output 7.4: Pie Chart
- Output 7.5: Star Chart
Chapter 9: The COMPARE Procedure
- Output 9.1: Comparison of Two Data Sets
- Output 9.2: Partial Output
- Output 9.3: Partial Output
- Output 9.4: Partial Output
- Output 9.5: Partial Output
- Output 9.6: Partial Output
- Output 9.7: Partial Output
- Output 9.8: Partial Output
Chapter 15: The DATASETS Procedure
- Output 15.1: Log from PROC DATASETS
- Output 15.2: Warning Message in SAS Log
- Output 15.3: Data Set Attributes for the GROUP Data Set
- Output 15.4: Engine and Operating Environment Dependent Information Section of CONTENTS Output
- Output 15.5: Variable Attributes Section
- Output 15.6: Index Attributes Section
- Output 15.7: Sort Information Section
- Output 15.8: The Data Set HEALTH.GRPOUT
- Output 15.9: The Contents of the GROUP Data Set
- Output 15.10
- Output 15.11: PROC CONTENTS ODS Output
Chapter 20: The EXPORT Procedure
- Output 20.1: PROC PRINT of SASHELP.CLASS
Chapter 23: The FORMAT Procedure
- Output 23.1: Output Control Data Set for PROC FORMAT Examples
- Output 23.2: Output from PROC FORMAT with the FMTLIB Option
- Output 23.3
Chapter 28: The MEANS Procedure
- Output 28.1: The Default Descriptive Statistics
- Output 28.2: Specified Statistics for Class Levels and Identification of Maximum Values
Chapter 30: The OPTIONS Procedure
- Output 30.1: Log Showing a Partial Listing of SAS System Options
- Output 30.2: The Setting of a Single SAS System Option
- Output 30.3: Sample Output Using the GROUP= Option
- Output 30.4: Log Output from Specifying the CENTER Option
Chapter 33: The PLOT Procedure
- Output 33.1: A Simple Plot
- Output 33.2: Plotting Two Sets of Values at Once
- Output 33.3: Labeling Points on a Plot
Chapter 34: The PMENU Procedure
- Output 34.1
Chapter 35: The PRINT Procedure
- Output 35.1: Simple Listing Report Produced with PROC PRINT
- Output 35.2: Selecting VariablesListing Output
- Output 35.3: Customizing Text in Column HeadersListing Output
- Output 35.4: Creating Separate Sections of a Report for Groups of ObservationsListing Output
- Output 35.5: Summing Numeric Variables with One BY GroupListing Output
- Output 35.6: Summing Numeric Variables with One BY GroupPartial XML Output Viewed with a Text Editor
- Output 35.7: Summing Numeric Variables with Multiple BY VariablesListing Output
- Output 35.8: Limiting the Number of Sums in a ReportListing Output
- Output 35.9: Default Layout for a Report with Many VariablesListing Output
- Output 35.10: Layout Produced by the ROWS=PAGE OptionListing Output
- Output 35.11: Creating a Customized Layout with BY Groups and ID VariablesListing Output
- Output 35.12: Printing All the Data Sets in a SAS LibraryListing Output
Chapter 36: The PRINTTO Procedure
- Output 36.1: Portion of Log Routed to the Default Destination
- Output 36.2: Portion of Log Routed to an External File
- Output 36.3: Procedure Output Routed to an External File
- Output 36.4: SAS Log Routed to SAS Catalog Entry SASUSER.PROFILE.TEST.LOG.
- Output 36.5: Procedure Output Routed to SAS Catalog Entry LIB1.CAT1.INVENTRY.OUTPUT.
- Output 36.6: PROC FREQ Output Routed to the External File Referenced as ROUTED
- Output 36.7: PROC PRINT Output of Data Set PROBTEST, Routed to Default Destination
Chapter 40: The PWENCODE Procedure
- Example 40.1
Chapter 41: The RANK Procedure
- Output 41.1: Assignment of the Lowest Rank Value to the Lowest Variable Value
- Output 41.2: Assignment of the Lowest Rank Value to the Highest Variable Value within Each BY Group
Chapter 42: The REGISTRY Procedure
- Example Code 42.1: SAS code for sending a SASUSER registry entry to the log
- Example Code 42.2: SAS code for sending a SASUSER registry entry to the log
- Output 42.1: Log Output of a Registry Entry for a PostScript Printer
Chapter 43: The REPORT Procedure
- Output 43.1: Three Different Meanings of Sales.sum
- Output 43.2: Report with Groups and a Report Summary
- Output 43.3: Report with Temporary Variables
Chapter 44: The SORT Procedure
- Output 44.1: SAS Log Generated by PROC SORT
- Output 44.2: Observations Sorted by the Values of One Variable
- Output 44.3: Observations Sorted by the Values of Three Variables
Chapter 45: The SQL Procedure
- Output 45.1: OUTER UNION of ME1 and ME2 Tables
- Output 45.2: International Flights for March
- Output 45.3: PROC SQL Macro Variable Values
Chapter 46: The STANDARD Procedure
- Output 46.1: Standardized Test Scores Using PROC STANDARD
- Output 46.2: Z Scores for Each BY Group Using PROC STANDARD
Chapter 48: The TABULATE Procedure
- Output 48.1: Simple Table Produced by PROC TABULATE
- Output 48.2: Complex Table Produced by PROC TABULATE
- Output 48.4
Chapter 50: The TIMEPLOT Procedure
- Output 50.1: Simple Report Created with PROC TIMEPLOT
- Output 50.2: More Complex Report Created with PROC TIMEPLOT
Chapter 51: The TRANSPOSE Procedure
- Output 51.1: A Simple Transposition
- Output 51.2: A Transposition with BY Groups