BookmarkSubscribeRSS Feed
Aditi24
Obsidian | Level 7

Hi, I need to deliver below functionalities in SAS by making calls to the REST API.

 

1. Upload a file- It will require 4  inputs which are, PROJECT-ID, DATA-LOCATION, local file path of the dataset along with the authentication token.

The ProjectID and Data-location is to identify exactly where the file will get upload on the API and it serves as the target location.

 

 

 

2. To check if user have permission on this folder(identified by the PROJECT-ID): It will have 3 inputs-username,list of users, authentication token. This is a GET request which looks something like this in JAVA-

HttpGet request = new HttpGet(MLMPService.getInstance().buildURI("/user/" + username + "/permission/item/" + this.getID(), ticket).build());

 

3. To check whether the file has been successfully upload. This again will be a GET request on the API.

 

Please help me to get this implemented in SAS.

1 REPLY 1
snoopy369
Barite | Level 11
Sounds like you need PROC HTTP, that's fairly similar to what you may be familiar with in Java/etc.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 1846 views
  • 0 likes
  • 2 in conversation