BookmarkSubscribeRSS Feed
japsas100
Pyrite | Level 9

Hello,

 

We are automation the password rotation process. As part of this process we need to connect to CyberArk to pull the password with API and update the password in SAS  Autoexec file.

 

Here is example to connect with curl command.

curl --insecure --request
GET --url 'https://abc.com/api/Accounts?ApID=Win_DEV&Safe=Lab_Bin_testing&Object=Test'
--header 'Content-Type:application/json'

 

Can we implement same thing in sas 9.2 like proc hadoop etc but not sure these are support by 9.2 ? if yes please share the step by step process.

We can't install the curl passage on AIX machine due to security policy. Please advise is there any alternative way to implement this solution?

1 REPLY 1
ChrisNZ
Tourmaline | Level 20
I think the URL device for filename is available in 9.2, but I am pretty sure proc http is not. Have you tried that?

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
  • 624 views
  • 0 likes
  • 2 in conversation