I have a sql server database that has a table with a column of datatype as 'BIT'. The value are 0 and 1 in the table.When I read the data from the SAS Dataflux, the zeros are treated as False and ones as True. But in the final target database . we have the datatype as "Numeric" for that column.
My SAS Dataflux job throws an error for the above issue. Anyone has a solution for the issue? Pls. help
I haven't use df in "real life", so this might out of bounds.
But, what stops you for storing the boolean value in the target database?
Otherwise, just to a conditional assignment, if true then 1 else 0 type of thing.
Data never sleeps
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.