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
NDENT statement
PUT statement
TRIGGER statement
XDENT statement
Tagset Attributes:
DEFAULT_EVENT attribute
INDENT= attribute
OUTPUT_TYPE attribute
MAP= attribute
MAPSUB= attribute
NOBREAKSPACE= attribute
SPLIT= attribute
STACKED_COLUMNS= attribute
Details
This example shows a new tagset that does not inherit events from another tagset. This is
a customized tagset for specific PROC FREQ output.
Program
proc template;
define tagset Tagsets.newloc / store = Sasuser.Templat;
notes 'This is the Location Report Template';
define event basic;
end;
define event doc;
start:
put '' nl nl;
put '' nl;
put '' nl;
put '' nl;
ndent;
finish:
xdent;
put nl;
put '';
end;
define ...
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