IDOY
(IDOY(
arg
))
Where
arg
is a value that has a DATE data type, IDOY returns the number day of the year.
In the following example, the value of
vidoy
is
74
.
SET VAR vidoy = (IDOY('03/15/2006'))