my software version is this:
SAS Enterprise Guide 7.15 HF8 (64-bit)
SAS version 9.4
thank you!
Start by checking what SAS/ACCESS products you have available to you and post here:
proc product_status;
run;
proc setinit;
run;
AFAIK SAS 9.4 can't process BLOBs, only character and numeric data.
thanks for your reply.
i am looking to get "files" containing plain text from Azure Blob storage.
the original question is, what is the connection string to an Azure Blob storage?
my intention is to perform REST calls as documented here:
https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.