SIRSQLS sends cat vars as strings but length of internal integer
Minor
Closed - Fixed
Found:XS.01.12 27 JUL 2009
Fixed:XS.01.13 27 JUL 2009
DETAILS
If a CAT VAR is sent via SIR SQL server then it is sent as a string. The column info
function returns the intenal integer length (1,2 or 4) and so the string is usually
trunctated.
EXAMPLE PROGRAM
WORKAROUND
Convert cat vars to string vars or integers with value labels.