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
See
“Understanding Sequence Numbers” on page 868
Example
The following REPLAY statement replays all entries that have
a sequence number of 2 in the GLM procedure:
replay glm(where=(_seqno_ = 2));
_TYPE_
is the type of the current entry.
Example
The following MOVE TO statement moves all entries of the type
'Graph' with a creation date of July 16, 2004, to the Monthly directory of
Work.MyDoc:
move ^(where=(_type_ = 'Graph' and _cdate_ = '16JUL2004'd)) to
\work.mydoc\monthly;
run;
variable- name
is the name of a BY variable.
Example
The following MOVE TO statement moves all entries where
the value of the variable Gender is 'F' to the Monthly directory
of Work.MyDoc: ...
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