BookmarkSubscribeRSS Feed
beebeebee
Calcite | Level 5

my software version is this:

SAS Enterprise Guide 7.15 HF8 (64-bit)
SAS version 9.4

 

thank you!

2 REPLIES 2
SASKiwi
PROC Star

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.

beebeebee
Calcite | Level 5

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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1309 views
  • 0 likes
  • 2 in conversation