The WEEKVw.
format writes the various formats depending on the specified width.
Algorithm V calculates the SAS date value, with the number-of-the-week
value represented as a decimal number in the range 01–53, with
a leading zero and maximum value of 53. Weeks begin on a Monday and
week 1 of the year is the week that includes both January 4 and the
first Thursday of the year. If the first Monday of January is 2,
3, or 4, the preceding days are part of the last week of the preceding
year. For example, the fifth week of the year would be represented
as 06.
Refer to the following
table for widths, formats, and examples:
Width
|
Format
|
Example
|
3-4
|
Www
|
w01
|
5-6
|
yyWww
|
12W01
|
7-8
|
yyWwwdd
|
12W0101
|
9-10
|
yyyyWwwdd
|
2012W0101
|
11-200
|
yyyy-Www-dd
|
2012-W01-01
|