The following REPLAY statement replays all observations
except the first observation:
replay class(where=(_obs_ < _min_));
_MTIME_
is the modification time of the current entry.
Example
The following COPY TO statement copies all entries with a
modification time of 9:25:19 PM to the Monthly directory of
Work.MyDoc:
copy ^(where=(_mtime_ = '9:25:19pm't)) to \work.mydoc\monthly;
run;
_NAME_
is the name of the current entry.
Example
The following DELETE statement deletes all entries that
contain the name ...
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.