Back to SPR List Previous Next
BLANKUND keyword on DBI now works on DATE and TIMEs
New Feature Closed - Feature Found:XS.01.12 24 AUG 2009 Fixed:XS.01.13 25 AUG 2009

DETAILS
 The BLANKUND keyword on BDI was introduced to optionally prevent blanks being
 converted to zero for numeric variables without BLANK as a missing value. If
 dates/times were blank a a BLANK missing value was not specified then these
 would produce an error. The BLANKUND keyword now will convert these to
 undefined without complaining.
EXAMPLE PROGRAM
 Add Records INPUT = "file.dat" /
            BLANKUND /
WORKAROUND
Define missing value BLANK if you want to allow BLANKs on data input
Back to SPR List Previous Next