Hello, everyone, another funny issue.
I would like to use sas di to navigate a website. Is there any suggestion to do it, say just want to visit http://google.com
I have searched for SOAPand RESTtransformation, seems SOAPis not suitable as it is about web service on the server. REST would be similar what I want to do.
Thanks
In what sense? Do you want to extract data from a data provider, or just get the HTML web page for some scraping? If you want to extract from a data provider, then proc http:
Is likely a good canidate.
If its just a call to a web page to get the variosu html pages back then filename url is likely the first candidate. Some searches from here on the subject:
https://communities.sas.com/t5/General-SAS-Programming/Webpage-scraping-using-SAS/td-p/312396
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.