Exact date maps with MMM or WWW will not accept valid dates.
Minor
Closed - Fixed
Found:XS.01.10 08 JAN 2009
Fixed:XS.01.11 08 JAN 2009
DETAILS
The exact date format has a problem with three M months. It is happy if the month is
entered as a three digit number but not as letters. With two digit months it works with
both numbers and letters.
EXAMPLE PROGRAM
program
date check('EDD MMM YYYY')
compute check="07 JAN 2009"
write check
compute check="07 001 2009"
write check
end program