Back to SPR List Previous Next
Auto I/O column assignment in schema dialogs can underestimate width
Minor Closed - Fixed Found:XS.01.12 19 SEP 2009 Fixed:XS.01.13 20 SEP 2009

DETAILS
 If an numeric variable has no ranges or valid values but does have missing
 values then the auto number option in the I/O columns dialog will assign a
 width based on the widest missing value. In the example a width of 1 would be
 assigned even though there are no restrictions on the value.
EXAMPLE PROGRAM
 DATA LIST MYVAR * (I4)
 MISSING VALUES MYVAR (1)
WORKAROUND
Manually set the width for such columns.
Back to SPR List Previous Next