Hi Team,
I'd like to load MSSQL data to SAS datasets, however there's a image format data entries as below highlight, any idea on it?
Alice_Jing_0-1675132584498.png
Thanks.
At least with SAS 9.4 there is no matching data type that would allow you to store a mssql image(16) column.
...but: Given this source column got only a length of 16 the question is "what's in it" and "what do you need it for"?
Depending on content and/or intended use you could eventually cast() it to a data type like varchar() that then can get mapped to a SAS data type.
And what Microsoft says:
Patrick_0-1675167306907.png
SAS 9.4 does not have an image format. However the images can be stored into a folder and the dataset can store the path of the image.
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.