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.