Hi All,
I am trying to read data provided in the form of screenshots of the actual data tables. How can I read data from screenshots to SAS ??
Thanks in advance
SAS does not have OCR capability. You need to first extract the data from the picture to text with external software, which you can then read with a data step.
Find a tool that uses OCR to transfer the data to a text file.
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.