proc odstext;
p "The ODS Destination for PowerPoint" / style=presentationtitle;
p "9.4 - The Power to Know ^{super ^{unicode 00AE}} " /
style=presentationtitle2;
run;
ods powerpoint layout=_null_;
ods text=
'^{style[fontsize=34pt color=#cd5b45 ] What
^{style[font_style=italic fontweight=bold] Output} is Produced by
the ODS Destination for PowerPoint?}';
proc odstext;
p 'Graphics output' / style=[color=#191970];
p 'SAS procedure output' / style=[color=#191970];
p 'ODS procedure output' / style=[color=#191970];
p 'ODS TEXT= output' / style=[color=#191970];
p 'LAYOUT output' / style=[color=#191970];
run;
title1 "^{style [font_size=30pt] PowerPoint - Various Layouts
and Styles }";
proc odstext;
p 'New features include:' / style=[color=#236b8e fontsize=24pt
textdecoration=underline];
list / style=[fontsize=24pt];
item 'Light and dark styles';
item;
p 'Gradients: ';
list / style=[fontsize=24pt];
item/style=[color=darkgreen];
p 'Linear: ';
list/style=[color=darkred fontsize=24pt];
item 'Angles';
item 'Opacity';
end;
end;
item 'Radial'/style=[color=darkgreen];
end;
end;
item;
p 'Template layout: ' /style=[color=darkgreen fontsize=24pt];
list/style=[color=darkgreen fontsize=24pt];
item 'Titleslide';
item 'TitleandContent';
item 'TwoContent';
end;
end;
item 'Graphics support';
item 'Layout Support';
item 'Images';
end;
run;
title1 "^{style [font_size=36pt] Column Layout with
Proc and Graphics }";
ods powerpoint layout=twocontent;
proc means data=sashelp.class min max ;
1062 Appendix 2 Example Programs

Get SAS 9.4 Output Delivery System, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.