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.