I am a SAS programmer whose trying to automate a report for my client who creates it by fetching some data from a secure website,manually noting it down on our SAS database and then reports/validates on them. My task is to reduce the manual effort.
I tried using FILENAME URL option in Sas code to login to the page but it ends up giving me error : "SSL Error : Missing CA trust list"
So basically the task is to pass a webpage in SAS, have the code auto - login to the website through login credentials , open up links on the webpage and fetch some amounts/date from the opened link pages.
Any helpful pages to start from for me would also be appreciated.
Thanks
The correct way to login to a secure site is given in the documentation :
If you're having trouble with that with the error above, it's possible you have a malconfigured SAS installation or OS. See this reference, in particular the SSLCERT options in section 2, for more specific details useful for your site.