- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 11-17-2010 08:14 PM
(2284 views)
Experts:
Do you have suggestions for beginners on how to remember where a statement could (or should not) be used? I have no trouble following along the beginning level SAS training courses which cover some basic statements. But when I write the codes by myself, I often forget that I can not use drop / keep statements in Proc steps or I could not use class statement in Proc print.
I know if I look up each statement, Help explains where it is valid at a high level but I'm hoping for some sort of summary for commonly used statements or any tips on how to remember the details.
Thank you!
Do you have suggestions for beginners on how to remember where a statement could (or should not) be used? I have no trouble following along the beginning level SAS training courses which cover some basic statements. But when I write the codes by myself, I often forget that I can not use drop / keep statements in Proc steps or I could not use class statement in Proc print.
I know if I look up each statement, Help explains where it is valid at a high level but I'm hoping for some sort of summary for commonly used statements or any tips on how to remember the details.
Thank you!
6 REPLIES 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
While not a cheat sheet, either Rick Aster's Professional SAS Programmers Pocket Reference
http://www.amazon.com/Professional-SAS-Programmers-Pocket-Reference/dp/1891957120
or Slaughter and Delwiche's The Little SAS Book: Primer, 4th Edition
https://support.sas.com/pubscat/bookdetails.jsp?pc=61860
might be helpful.
http://www.amazon.com/Professional-SAS-Programmers-Pocket-Reference/dp/1891957120
or Slaughter and Delwiche's The Little SAS Book: Primer, 4th Edition
https://support.sas.com/pubscat/bookdetails.jsp?pc=61860
might be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. Please let me know if you also have recommendations on SAS books that provide some exercises. I'm hoping doing enough homework (practice questions) will also help me to learn (including remembering the details :-).
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Start with the SAS.COM eLearn website at link http://support.sas.com/training/elearn/.
Also, the book I have seen recommended is "The Little SAS Book: A Primer, fourth edition."
Scott Barry
SBBWorks, Inc.
Also, the book I have seen recommended is "The Little SAS Book: A Primer, fourth edition."
Scott Barry
SBBWorks, Inc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I've completed the programming I and II. They are great courses, esp. the online ones that let users (e.g. the slow learners like me) re-take the courses. I'll check out the new version of the little SAS book to see if there are more practice questions there. People learn differently. Some of us could use a bit more homework.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Ron Cody has several very good books on programming examples as well as workbooks with problems and exercises. Go to the SASPress catalog and search for Author=Cody;
https://support.sas.com/pubscat/complete.jsp
https://support.sas.com/pubscat/complete.jsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I will start with the SAS Programming by Example book.