Reporting

101 Résultats disponibles

Reporting
Mastering PROC SGMAP: A Guide to Creating and Exporting Choropleth Maps

This example opens the PDF destination, which produces PDF output. For the purpose of this example, re-run the 'Creat...

View code
Reporting
SAS Viya to Excel: Automating Professional Reports with ODS EXCEL and CAS

This SAS script demonstrates how to generate Excel files (XLSX format) from SAS procedure results, using the ODS EXCE...

View code
Reporting
Visualizing Credit Data: How to Create High-Quality PDF Maps in SAS Viya

This example opens the PDF destination, which produces PDF output. For the purposes of this example, re-run the 'Crea...

View code
Reporting
Automating SAS Graphics: How to Build a Dynamic GIF Export Macro with Custom GOPTIONS

SAS macro to configure GOPTIONS graphic options for generating files in GIF format.

View code
Reporting
Overlaying two 3D surfaces with PROC G3D and GREPLAY

SAS script that generates and overlays two 3D surfaces using SAS/Graph's G3GRID, G3D, and GREPLAY procedures, then ex...

View code
Reporting
Creating an ODS document with multiple outputs

This script illustrates the creation of an ODS document containing multiple reports and a graph. It prepares data fro...

View code
Reporting
Creating an ODS Tagset to Count Event Frequency

This SAS script defines a custom ODS tagset, 'tagsets.counter', which counts the frequency of each ODS event during a...

View code
Reporting
Tumor Size Change Graphs (Waterfall Plot)

This script generates data simulating tumor size variation and creates two 'waterfall plot' bar charts with PROC SGPL...

View code
Reporting
Controlling the Sort Order in a Frequency Report

This program uses the ORDER= option of the TABLES statement in the FREQ procedure to control the sort order of the re...

View code
Reporting
ODS HTMLPanel Report with PROC PRINT and PROC GCHART

This SAS script generates a panel-structured HTML report using ODS TAGSETS.HTMLPANEL. It features multiple PROC PRINT...

View code
Reporting
HTML Paneling Report Generation

Script generating an HTML report with multiple grid (panel) outputs via a custom tagset.

View code
Reporting
Multi-Column Report Generation

This SAS script generates a multi-column report using ODS RTF (or PDF/PS) and PROC PRINT to display data from `sashel...

View code
Reporting
Multi-Panel HTML Reports with ODS Tagsets

Generation of a complex HTML report organizing graphs and tables into grids (rows and columns) using ODS HTMLPANEL.

View code
Reporting
ODS Escape Characters Demonstration

Script illustrating the use of ODS escape characters for text formatting (superscript, subscript) in reports.

View code
Reporting
Configure Paper Size and ODS RTF Export

Example of configuring paper size (A3) for ODS RTF output.

View code
Reporting
GTL Scatter Plot with Left Labels

Definition and rendering of a custom scatter plot using Graph Template Language (GTL).

View code
Reporting
Biorhythm Chart with SAS/GRAPH

Generation of a biorhythm chart (physical, emotional, intellectual) based on a birth date.

View code
Reporting
Multi-file HTML Report Generation with ODS

Script generating structured HTML output with frames listing sales by country and region.

View code
Reporting
Creating Composite Dashboards with ODS HTMLPANEL

Example of using the ODS HTMLPANEL tagset to create composite reports organizing graphs and tables in grids.

View code
Reporting
Opening Dummy HTML Page (_openDummyHTMLPage)

Technical macro opening an ODS HTML4 destination to a temporary file to optimize report generation performance.

View code
Reporting
ODS Style Examples Generation

Program generating example HTML files for all ODS styles available in the SAS installation.

View code
Reporting
Profit Report by Year and Product Line

Generates a report calculating the total profit for each year within each product line.

View code
Reporting
Report of profits by year and product line

Generates a report displaying the total profit for each year, broken down by product line.

View code
Reporting
Defining Conditional Formatting Formats

Creation of user-defined formats for 'traffic lighting' (conditional color highlighting).

View code
Reporting
Advanced Customization of Graphic Legends with PROC SGPLOT

Demonstration of legend customization capabilities in SAS graphics, including symbol dimension management and Unicode...

View code
Reporting
Creating a Composite Graph Panel with GTL

Generation of a complex graphical dashboard combining scatter plot, bar chart, and box plots using the Graphics Templ...

View code
Reporting
Creating an ODS Tagset for Multiple Stylesheets

Script defining a custom ODS Tagset to include multiple CSS files in an output.

View code
Reporting
Generating Scatterplot Matrices with PROC SGSCATTER

This SAS script generates multiple scatterplot matrices using the PROC SGSCATTER procedure. It uses the built-in 'sas...

View code
Reporting
Multirun Log Analysis with gmLogScanReport

Verification of all logs in the current multirun file.

View code
Reporting
Variable Metadata Report

Generates an HTML report of the metadata (name, type, length, format, informat, label) for all variables in the datas...

View code
Reporting
Generating an interactive HTML page with JavaScript

This SAS script is a Stored Process that generates a dynamic HTML page using JavaScript to interact with the user, no...

View code
Reporting
Panelization of ODS Graphics and Reports

This SAS script demonstrates the use of ODS TAGSETS.HTMLPANEL to organize individual and grouped graphics in an HTML ...

View code
Reporting
Generating Heatmaps with SGPLOT and SGPANEL

This SAS script generates heatmaps to visualize the relationship between weight and cholesterol from the SASHELP.HEAR...

View code
Reporting
Generating Graphs and Tables with ODS HTMLPANEL

Generates an HTML report containing individual and grouped graphs, as well as a table, using ODS HTMLPANEL to organiz...

View code
Reporting
Simple graph with PROC GPLOT

This SAS script uses the GPLOT procedure to create a scatter plot of the 'weight' and 'height' variables from the SAS...

View code
Reporting
Comparative BMI Analysis and Visualization

This SAS script defines custom functions to calculate the Body Mass Index (BMI) and its variants, then uses these fun...

View code
Reporting
Bar chart with axis breaks

Creates a chart superimposing bars and lines, using non-breaking spaces to create visual breaks on the categorical axis.

View code
Reporting
Simple Statistics with Scatter Plot and Reference Lines

Creates a scatter plot of `msrp` vs `mpg_highway` from `sashelp.cars`, including reference lines for the median of `m...

View code
Reporting
ODS RTF Report Generation

This SAS script generates an RTF format report from the SASHELP.SHOES dataset.

View code
Reporting
List of available ODS styles

Displays a list of all available ODS (Output Delivery System) styles.

View code
Reporting
3D Bar Chart of Shoe Sales

This SAS script generates a 3D bar chart of shoe sales by product and exports the result to HTML.

View code
Reporting
ODS Footer Management

This script configures the ODS escape character and defines a footer for page numbering in ODS output.

View code
Reporting
ExtJS HTML Page Generation via Stored Process

SAS Stored Process script generating an HTML page integrating an ExtJS layout.

View code
Reporting
PDF Report Generation via ODS and Macros

This SAS script generates reports in PDF format from SASHELP data, using ODS PDF and a macro to automate the creation...

View code
Reporting
Illustration of the POSITION option in ANNOTATE with GPLOT

This SAS script generates a graph using PROC GPLOT to demonstrate the effect of the POSITION option within an ANNOTAT...

View code
Reporting
Creation and printing of simple data

Basic script creating a temporary dataset via datalines and displaying the result.

View code
Reporting
SGPANEL Layout Comparison: Panel vs Lattice

Script generating two analytical graphs to compare the relationships between cholesterol and systolic pressure, segme...

View code
Reporting
Health Data Visualization with ODS Graphics

This SAS script generates two ODS graphics: a panel scatter plot and a panel histogram. These visualizations explore ...

View code
Reporting
Conference Data Analysis

This SAS script analyzes conference data, producing various reports on attendees, vegetarian meals, and collected fee...

View code
Reporting
Measles Cases and MMR Vaccination Coverage by Year

This SAS script creates an internal dataset containing information on measles cases and MMR vaccination coverage by y...

View code
Reporting
Map of the 16 German Länders

This script generates a choropleth map of the 16 German Länders (federal states) using SAS/GRAPH functionalities.

View code
Reporting
Electricity Consumption History with GCHART

Generation of a bar chart of monthly electricity consumption with custom annotations.

View code
Reporting
Air Quality Analysis and Reporting

This SAS script analyzes air quality from the SASHELP.AIR dataset, calculates a percentage index, and generates a col...

View code
Reporting
Creating and filtering a city table

Script creating a city dataset and filtering by a specific capital.

View code
Reporting
Automated Generation of Linked HTML Reports with Navigation

This program generates a system of interconnected HTML reports analyzing profits by year and product line.

View code
Reporting
Annual Profit Report by Product Line

This SAS script generates a detailed report of total profit by year, broken down by product line, using the PROC REPO...

View code
Reporting
ODS Report of Profits by Year and Product

Generation of an HTML report analyzing total profits by year and product line with conditional formatting.

View code
Reporting
Profit Report by Product Line and Year

This SAS script generates a detailed annual profit report aggregated by product line, including a percentage of profi...

View code
Reporting
ODS Configuration for Excel XP with Documentation

This SAS script configures the ODS 'tagsets.excelxp' destination to generate Excel files with documentation options.

View code
Reporting
Managing Decimals with PROC FORMAT PICTURE

Demonstration of using PROC FORMAT with the PICTURE statement to format numerical values, specifically managing decim...

View code
Reporting
Density Plot with PROC SGPLOT

This script generates density plots to visualize the distribution of numerical variables using the SGPLOT procedure.

View code
Reporting
Custom ODS Style Definition

This SAS script defines a new custom ODS (Output Delivery System) style named 'customSapphire'. It inherits from the ...

View code
Reporting
Generation of Connected Scatterplots with SGPLOT

Script generating connected scatterplots based on the Iris dataset.

View code
Reporting
3D Grouped Bar Chart Generation with ODS HTML

This SAS script generates a grouped bar chart with 3D shading using PROC SGPLOT and publishes it in HTML format. Data...

View code
Reporting
SGPLOT Stacked Bar Chart Generation

This SAS script generates a stacked bar chart using PROC SGPLOT and ODS HTML, displaying the contribution of differen...

View code
Reporting
3D Stacked Bar Chart with PROC SGPLOT

This SAS script generates a 3D stacked bar chart using PROC SGPLOT and the Output Delivery System (ODS) to produce HT...

View code
Reporting
Dynamic Printing of a SASHELP Table

Displays the content of a SASHELP library table defined by a macro variable.

View code
Reporting
Generate Stored Process Launch Form

Generates a dynamic HTML interface to launch a Stored Process with custom parameters.

View code
Reporting
Dynamic Web Form Generation for SAS Execution

Generation of a dynamic HTML page serving as an interface to launch a SAS program with user-selected parameters.

View code
Reporting
Grouped Bar Chart with SGPLOT

This SAS script generates a Grouped Bar Chart using the SGPLOT procedure. Data is created directly within the script ...

View code
Reporting
HTML Page Closing Macro (Optimization)

Macro used to 'close' an HTML page by redirecting the ODS destination to a dummy page to optimize performance.

View code
Reporting
Sales Visualization with Custom Image Markers

Generation of dummy sales data and creation of combined charts (bar and scatter plots) using custom images as conditi...

View code
Reporting
Orion Sales Reports and Sorting

This SAS script generates several reports and performs sorts on the `sashelp.Orsales` data table.

View code
Reporting
Call for Report Generation

This SAS script defines and executes a `call_create_report` macro that prepares the necessary parameters (report ID, ...

View code
Reporting
Bubble Plot Generation with SGPLOT

This SAS script generates a bubble plot using PROC SGPLOT. Source data is created directly within the script via a DA...

View code
Reporting
3D Bubble Plot Generation

This SAS script generates a 3D Bubble Plot using the SGPLOT procedure. The data is created directly within the script...

View code
Reporting
Horizontal Grouped Bar Chart

This SAS script generates a horizontal grouped bar chart from internally created data, then exports the result in HTM...

View code
Reporting
SGplot Horizontal Grouped Bar Chart (3D)

This SAS script generates a horizontal grouped bar chart with a 3D (sheen) effect using PROC SGPLOT. Data is created ...

View code
Reporting
100% Stacked Horizontal Bar Chart

This SAS script generates a 100% stacked horizontal bar chart to visualize the proportional distribution of amounts w...

View code
Reporting
Generating Stacked Area Plot with SGPLOT

Generates a stacked area plot exported as HTML and PNG.

View code
Reporting
Code Diary Documentation Generation

Orchestration script generating project documentation in Markdown and HTML format.

View code
Reporting
Code Diary Documentation Generation

Script orchestrating the creation of a Code Diary and its conversion to HTML format.

View code
Reporting
Data Visualization with PROC CHART

This SAS script illustrates the creation of in-line datasets and the use of the PROC CHART procedure to generate vari...

View code
Reporting
PROC SUMMARY and PROC PRINT Analysis

This SAS script demonstrates the use of PROC SUMMARY and PROC PRINT for data analysis and display. It illustrates the...

View code
Reporting
Graphs with broken axes

This SAS script generates various graphs (bar charts and scatter plots) with examples of broken axes to handle extrem...

View code
Reporting
Dynamic Column Display with PROC SQL and PROC PRINT

This SAS script dynamically retrieves column names from the SASUSER.HOUSES dataset and uses these names to selectivel...

View code
Reporting
Combined Chart with GBARLINE

This SAS script generates a combined chart (bars and lines) from the SASHELP.PRDSALE table and exports the result in ...

View code
Reporting
Report Launch Web Interface Generation

Script generating an interactive HTML page to launch a SAS report with dynamic parameters based on data.

View code
Reporting
Terminology Graph - Systolic Pressure

This SAS script generates a distribution graph of systolic blood pressure using PROC TEMPLATE and PROC SGRENDER. It i...

View code
Reporting
Grouping Rows in a Report with PROC PRINT

Demonstration of sorting and grouping data for reports with PROC PRINT.

View code
Reporting
Clinical Data Analysis and Aggregate Reports

This SAS script generates simulated clinical data, performs statistical aggregation by gender and patient group, and ...

View code
Reporting
Formatted Display of the SASHELP.CLASS Table

Generates a filtered and formatted report from the SASHELP.CLASS table.

View code
Reporting
Example 4 - SAS and HTML Output Streaming

Demonstration script combining custom HTML code and SAS procedure outputs via ODS to _webout.

View code
Reporting
Visualization of Injection Site Reaction Incidence

Generation of simulated skin reaction data and creation of comparative graphs.

View code
Reporting
One-Way Frequency Report

This program uses the TABLES statement options to control the statistics included in the one-way frequency report. Th...

View code
Reporting
HTML Output Generation via DATA _NULL_ and CARDS4

This SAS script demonstrates a method to generate and stream HTML content directly to web output (_webout) using a DA...

View code
Reporting
Simple extraction via PROC SQL

Selection of demographic columns from the SASHELP.CLASS table.

View code
Reporting
Simple HTML Stream Generation via Data Step

Example of creating a basic HTML stream sent directly to the web client.

View code
Reporting
Extracting Graphic Elements from a SAS Visual Analytics Report

Script querying the SAS Viya REST API to list graphic objects contained in a specific report.

View code
Reporting
Descriptive Analysis and BMI Charts

This SAS script performs descriptive analysis by creating a Body Mass Index (BMI) dataset and generates two bar chart...

View code
Reporting
Display class data filtered by gender

Generates a report listing students from the SASHELP.CLASS table, filtered by a gender macro variable.

View code