SAS Press author Matt Windham shows you how to use the SAS procedure PROC HTTP to grab raw data from a website.
The post Webpage scraping made easy with PROC HTTP appeared first on SAS Learning Post.
Tag: sas author’s tip
Helpful hints and a useful tip for SAS University Edition
Get helpful information on SAS University Edition from SAS Press author Ron Cody.
The post Helpful hints and a useful tip for SAS University Edition appeared first on SAS Learning Post.
Four more tips about hash tables
Now is your chance to learn even more about SAS hash tables with four additional articles on the subject.
The post Four more tips about hash tables appeared first on SAS Learning Post.
Favorite SAS Press books from a SAS Press author
Does this situation sound familiar? You have a complex analysis that must be finished urgently. The data was delivered late and its quality and structure are far from the expected standard. The time pressure to present the results is huge, and your SAS…
Three of My Favorite Programming Tips
I often get asked for programming tips. Here, I share three of my favorite tips for beginners. Tip #1: COUNTC and CATS Functions Together The CATS function concatenates all of its arguments after it strips leading and trailing blanks. The COUNTC functi…
Three Proc SQL Tips from Bestselling Author Kirk Paul Lafler
SAS Press author Kirk Paul Lafler’s favorite tips using PROC SQL.
The post Three Proc SQL Tips from Bestselling Author Kirk Paul Lafler appeared first on SAS Learning Post.
New edition of the Cody classic: Learning SAS® by Example
Find out about the new edition of Ron Cody’s latest best selling book.
The post New edition of the Cody classic: Learning SAS® by Example appeared first on SAS Learning Post.
Custom Style Templates: Start Small
SAS author Jane Eslinger shows give you tips for working with PROC TEMPLATE when diving into the Output Delivery System (ODS) world. Learn how to create a custom style template to get the stylized output you want.
The post Custom Style Templates: Start…