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
Program Description
Define the table Base.Summary. The ODS PATH statement specifies which item store
to search first for the table template. The DEFINE TABLE statement creates a new table
template Base.Summary. The new table template Base.Summary is written to the
Work.Templat item store.
ods path work.templat (update) sashelp.tmplmst (read);
proc template;
define table Base.Summary;
notes "Summary table for MEANS and SUMMARY";
dynamic clmpct one_var_name one_var_label one_var;
column class nobs id type ways (varname) (label) (min) (max) (range)
(n ) (nmiss) (sumwgt) (sum) (mean) (uss) (css) (var) (stddev) (cv)
( stderr) (t) (probt) (lclm) (uclm) ...
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