Skip to Main Content
SAS 9.4 Output Delivery System, 2nd Edition
book

SAS 9.4 Output Delivery System, 2nd Edition

by SAS Documentation
December 2013
Intermediate to advanced content levelIntermediate to advanced
2058 pages
74h 56m
English
SAS Institute
Content preview from SAS 9.4 Output Delivery System, 2nd Edition
run;
quit;
proc document name=class;
dir \Contents#1\DataSet#1;
run;
obstitle Attributes#1 'Subtitle Specified by the OBSTITLE Statement';
run;
quit;
proc document name=class;
note addnote 'Note added to the document';
run;
quit;
ods html file='your_file.html' style=Sapphire;
proc document name=class;
obpage \Contents#1\DataSet#1\Variables#1;
replay;
run;
quit;
proc document name=class;
list/ levels=all details;
dir \Contents#1\DataSet#1;
obanote Attributes#1 show;
obbnote Attributes#1 show;
obfootn Variables#1 show;
obstitle Attributes#1 show;
obtitle Attributes#1 show;
run;
quit;
ods html close;
Program Description
Set the SAS system options. The NODATE ...
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.
Start your free trial

You might also like

Cryptologic Aspects of German Intelligence Activities in South America during World War II

Cryptologic Aspects of German Intelligence Activities in South America during World War II

David P. Mowry

Publisher Resources

ISBN: 9781629590011