Amazon Web Services in SAS
Amazon's web services make it possible to look up information on books, CDs, etc. at Amazon.com. If, for instance, the ISBN is known, the xml3 web service can be used to obtain the book title and author. The easiest way to access this information from SAS is by using the FILENAME statement with the URL access method. You can find the details in
this document.