Published on :
Reporting CREATION_INTERNE

Creating a PDF Output

This code is also available in: Deutsch Français
This example illustrates how to generate PDF output from SAS© code, specifically using the ODS PDF statement. The code uses the SGMAP procedure to create a choropleth map, displaying data (average credit scores) for different states. The map integrates an ESRI base layer and customizes the color palette. Sample data is included to make the script self-contained, simulating state information and associated credit scores.
Data Analysis

Type : CREATION_INTERNE


The examples use generated data (datalines) for state information (work.states), credit scores (mycaslib.scoreperstate), and plot data (work.plot_data). 'mycaslib' is assumed to be a pre-defined CAS library.

This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.