is a fixed value such as a date literal, a value, or a BY variable value.
SAS function
For information about SAS functions, see SAS Functions and CALL
Routines: Reference.
subsetting variable
is a special type of WHERE expression operand used by the
DOCUMENT procedure to help you find common values in ODS
documents. Here are the subsetting variables:
_CDATE_
is the creation date of the current entry.
Example
The following MOVE TO statement moves all entries of the type
'Graph' with a creation date of 16JUL2004 to the Monthly directory of
Work.MyDoc:
move ^(where=(_type_ = 'Graph' and _cdate_ = '16JUL2004'd)) to
\ work.mydoc\monthly;
run;
_CDATETIME_ ...
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.