Additional Features
Comments in SAS Programs
*text;or
/*text*/
/* Read national sales data for vans */ /* from an external raw data file */ data perm.vansales; infile vandata; input @1 Region $9. @13 Quarter 1. /* Values are 1, 2, 3, or 4 */ @16 TotalSales comma11.; /* Print the entire data set */ proc ...
Get SAS Certification Prep Guide: Base Programming for SAS 9, Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.