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
trigger otherevent;
finish:
trigger mytest;
put 'finish of doc' nl;
trigger mytest start;
trigger otherevent;
trigger mytest finish;
end;
define event mytest;
start:
put 'start of mytest' nl;
finish:
put 'finish of mytest' nl;
end;
define event otherevent;
put 'This is my other event' nl;
end;
end;
run;
ods tagsets.mytagset file='custom-tagset-filename.txt';
ods tagsets.mytagset close;
Output
To view the output Tagsets.Mytagset, open the file in a text editor.
Output 18.5 Output Created from Events and Tagsets.Mytagset Template
Example 5: Indenting Output
Features: PROC TEMPLATE features:
DEFINE TAGSET statement:
1500 Chapter 18 TEMPLATE Procedure: ...
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