|
|
|
|
Returns the current
date in SAS date format.
|
|
|
Converts a Julian date
to a SAS date value.
|
|
|
Returns a SAS date value
that corresponds to the date portion of a SAS datetime value .
|
|
|
Returns the current
data and time in SAS datetime format.
|
|
|
Returns an integer that
represents the day of the month from a SAS date value.
|
|
|
Returns a SAS datetime
value from a numeric expression that represents the date, hour, minute,
and second.
|
«SAS date»,
«hour», «minute», «second»
|
|
Returns a SAS time value
from a numeric expression that represents the hour, minute, and second.
|
«hour», «minute»,
«second»
|
|
Returns a numeric value
that represents the hour from a SAS time or datetime value.
|
«SAS time»
| «SAS datetime»
|
|
Returns TRUE if the
first expression is contained in the list of expressions that start
from the second parameter to the end of the parameters provided; otherwise,
FALSE.
|
«expression»,
«expression1», . . ., «expressionN»
|
|
Converts a SAS date
value to a numeric value that represents a Julian date.
|
|
|
Converts a SAS date
value to a numeric value that represents a Julian date with the year
represented in 4 digits.
|
|
|
Returns the argument
with leading blanks moved to the end of the value; the argument's
length does not change.
|
|
|
Returns a SAS date value
from numeric expressions that represent the month, day, and year.
|
|
|
Returns a numeric value
that represents the minute from a SAS time or datetime value.
|
«SAS time»
| «SAS datetime»
|
|
Returns a numeric value
that represents the month from a SAS time.
|
|
|
Returns a value of 1,
2, 3, or 4 from a SAS date value to indicate the quarter of the year
during which the SAS date value falls.
|
|
|
Returns the argument
with trailing blanks moved to the beginning of the value; the argument's
length does not change.
|
|
|
Rounds the first argument
to the nearest multiple of the second argument, or to the nearest
integer when the second argument is omitted.
|
(argument <,rounding-unit>)
|
|
Returns a numeric value
that represents the second from a SAS time or datetime value.
|
«SAS time»
| «SAS datetime»
|
|
Returns a portion of
the string expression argument, starting at the index position and
returning up to “n” characters. If “n”
is not specified, then the rest of the string is returned.
|
«argument»,
«position» <, «n»>
|
|
Returns the current
time in SAS time format.
|
|
|
Returns a SAS time value
that corresponds to the time portion of a SAS datetime value.
|
|
|
Returns the current
date in SAS date format.
|
|
|
Returns the argument
with the trailing blanks removed; if the argument contains all blanks,
then the result is a string with a single blank .
|
|
|
Returns the argument
with the trailing blanks removed; if the argument contains all blanks,
then the result is a null string.
|
|
|
Truncates a numeric
value to a specified length.
|
|
|
Returns the argument
with all lowercase characters converted to uppercase characters.
|
|
|
Returns an integer that
represents the day of the week, where 1 = Sunday, 2
= Monday, . . ., 7 = Saturday, from a SAS date value.
|
|
|
Returns a numeric value
that represents the month from a SAS time.
|
|
|
Returns a SAS date value
that corresponds to the first day of the specified quarter.
|
|