I am trying to access the contents of blob files stored on an oracle database. How would I go about reading the blob files contents in SAS so that I may perform operations on it.
Use passthru SQL so you can uses ORACLE commands to parse the BLOB into strings of 32767 characters or less.
Use passthru SQL so you can uses ORACLE commands to parse the BLOB into strings of 32767 characters or less.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.