Create PROC GMAP output for the right column of the slide and close open
destinations.
goptions hsize=4.5in vsize=4.5in;
proc gmap map=maps.us data=maps.us all;
id state;
choro statecode/statistic=frequency discrete nolegend;
run;
quit;
ods _all_ close;
Output
A PowerPoint slide is produced using PROC ODSLIST and PROC GMAP using a two-
column layout.
Output 6.47PowerPoint Slide with PROC ODSLIST and PROC GMAP
Example 2: ODS PowerPoint Using Layout Option
Features:
ODS POWERPOINT statement
LAYOUT= option
STYLE= option
NOGTITLE option
NOGFOOTNOTE option
ESCAPECHAR statement
618Chapter 6•Dictionary of ODS Language Statements
PROC ODSTEXT ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.