
Default
CONSTDATETIME
Interaction
If both the CONSTDATETIME option and the REDUCEPUT= option
on page 227 are specified, then PROC SQL replaces the DATE, TIME,
DATETIME, and TODAY functions with their respective values in
order to determine the PUT function value before the query executes.
Tip
Alternatively, you can set the SQLCONSTDATETIME system option.
The value that is specified in the SQLCONSTDATETIME system
option is in effect for all SQL procedure statements, unless the PROC
SQL CONSTDATETIME option is set. The value of the
CONSTDATETIME option takes precedence over the
SQLCONSTDATETIME system option. The RESET statement can
also be used to ...