BookmarkSubscribeRSS Feed
Helannivas
Quartz | Level 8

Hi,

 

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

1 REPLY 1
LinusH
Tourmaline | Level 20

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

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to connect to databases in SAS Viya

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.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 970 views
  • 0 likes
  • 2 in conversation