From: SAS_learner on 2 Dec 2009 12:11 hello Js, I do not know any place online which has exercises but I do know about a book written by Ron cody , SAS workbook and SAS by examples has plenty of problems to work on and that should be great exercise to start with. If you come across let me know. Earlier when I was looking I found couple of them on school web sites (Term assignments and Quiz's ) . Good luck in your search and let me know if you come across something thanks SL On Wed, Dec 2, 2009 at 8:47 AM, js8765 <js8765(a)googlemail.com> wrote: > Dear all, > > I am currently trying to learn SAS and have been studying for a few > hours each day for the last 2 to 3 months. I was just wondering if > anyone could recommend some sources (preferably free web pages) with > exercises that might help me get some good practice. > > Thanks very much in advance for any suggestions! > > js >
From: rjf2 on 3 Dec 2009 11:12 > From: js8765 > Subject: Test exercises for someone learning SAS > > Dear all, > > I am currently trying to learn SAS and have been studying for a few > hours each day for the last 2 to 3 months. I was just wondering if > anyone could recommend some sources (preferably free web pages) with > exercises that might help me get some good practice. > > Thanks very much in advance for any suggestions! > > js 1. SAS Learning Edition http://support.sas.com/learn/le/ see SAShelp data sets PROC Contents data = SAShelp._all_; run; 2. SAS Press: Books by Users most user-written books have examples http://support.sas.com/publishing/bookstore.html Learning SAS by example: a programmer's guide By Ron Cody, SAS Institute http://books.google.com/books/sas?id=7WkfycHDQX4C&dq=learning+edition&so urce=gbs_navlinks_s Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov
From: js8765 on 6 Dec 2009 03:53 Thanks SAS_learner and Ron for the help. I found quite a few exercises on college websites as recommended by SL . Just in case anyone else is looking for such things, I got good results with the Google search - site:.edu "write a data step to|that" Other than those results and the books, it's very difficult to find anything else. Best regards, js Fehd, Ronald J. (CDC/CCHIS/NCPHI) wrote: >> From: js8765 >> Subject: Test exercises for someone learning SAS >> >> Dear all, >> >> I am currently trying to learn SAS and have been studying for a few >> hours each day for the last 2 to 3 months. I was just wondering if >> anyone could recommend some sources (preferably free web pages) with >> exercises that might help me get some good practice. >> >> Thanks very much in advance for any suggestions! >> >> js >> > > 1. SAS Learning Edition > > http://support.sas.com/learn/le/ > > see SAShelp data sets > > PROC Contents data = SAShelp._all_; run; > > 2. SAS Press: Books by Users > most user-written books have examples > > http://support.sas.com/publishing/bookstore.html > > > Learning SAS by example: a programmer's guide By Ron Cody, SAS Institute > > http://books.google.com/books/sas?id=7WkfycHDQX4C&dq=learning+edition&so > urce=gbs_navlinks_s > > Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov > >
From: Arthur Tabachneck on 6 Dec 2009 09:14 JS, No guarantee, of course, but you might find what you're looking for in the various links our user group has listed on our link's page. Take a look at: http://www.torsas.ca/links.html HTH, Art -------- On Wed, 2 Dec 2009 17:47:33 +0100, js8765 <js8765(a)GOOGLEMAIL.COM> wrote: >Dear all, > >I am currently trying to learn SAS and have been studying for a few >hours each day for the last 2 to 3 months. I was just wondering if >anyone could recommend some sources (preferably free web pages) with >exercises that might help me get some good practice. > >Thanks very much in advance for any suggestions! > >js
From: SAS_learner on 6 Dec 2009 15:52 Hello Js, Thanks for the Links and the attachment, I should have thought of this earlier so stupid of me. Please check www,prochelp,com and you should be able to find all of the resources at one place (couple of them are broken ) but still you browse around and there is very nice paper which has links to lot resources http://analytics.ncsu.edu/sesug/2003/TD02-Stojanovic.pdf Good luck with your research On Sun, Dec 6, 2009 at 11:20 AM, SAS_learner <proccontents(a)gmail.com> wrote: > Yes I have working for a while using SAS (atleast for more than 5 years ) > but still learning new things > > On Sun, Dec 6, 2009 at 10:05 AM, js8765 <js8765(a)googlemail.com> wrote: > >> Hi SL, >> >> Here's what I found. You may have already come across them and maybe some >> of the early exercises are too "easy" for you at this stage. Anyhow... >> >> The home'works at the bottom of this page: >> http://webpages.math.luc.edu/~ltong/fall2009/stat303/<http://webpages.math.luc.edu/%7Eltong/fall2009/stat303/> >> >> The assignments on this page: >> http://www.albany.edu/~msz03/epi514/<http://www.albany.edu/%7Emsz03/epi514/> >> >> The exercises at the end of each chapter in these course notes: >> http://www.stat.tamu.edu/ftp/pub/mspeed/sas_programming/PROG1/PROG1.pdf >> http://www.stat.tamu.edu/ftp/pub/mspeed/sas_programming/PROG2/PROG2.pdf >> >> I've zipped all the files and attached them to the mail. >> >> How's the SAS Learing going? Are you working in the area already? I >> started a few months ago and am hoping to change fields into this area some >> time... >> >> Cheers, >> >> js >> >> >> >> >> >> SAS_learner wrote: >> >> Hello Js, >> >> Do you mind forwarding to me, please >> >> thanks >> SL >> >> On Sun, Dec 6, 2009 at 12:53 AM, js8765 <js8765(a)googlemail.com> wrote: >> >>> Thanks SAS_learner and Ron for the help. >>> >>> I found quite a few exercises on college websites as recommended by SL . >>> Just in case anyone else is looking for such things, I got good results >>> with the Google search - site:.edu "write a data step to|that" >>> >>> Other than those results and the books, it's very difficult to find >>> anything else. >>> >>> Best regards, >>> >>> js >>> >>> >>> Fehd, Ronald J. (CDC/CCHIS/NCPHI) wrote: >>> >>>> From: js8765 >>>>> Subject: Test exercises for someone learning SAS >>>>> >>>>> Dear all, >>>>> >>>>> I am currently trying to learn SAS and have been studying for a few >>>>> hours each day for the last 2 to 3 months. I was just wondering if >>>>> anyone could recommend some sources (preferably free web pages) with >>>>> exercises that might help me get some good practice. >>>>> >>>>> Thanks very much in advance for any suggestions! >>>>> >>>>> js >>>>> >>>>> >>>> 1. SAS Learning Edition >>>> >>>> http://support.sas.com/learn/le/ >>>> >>>> see SAShelp data sets >>>> >>>> PROC Contents data = SAShelp._all_; run; >>>> >>>> 2. SAS Press: Books by Users >>>> most user-written books have examples >>>> >>>> http://support.sas.com/publishing/bookstore.html >>>> >>>> >>>> Learning SAS by example: a programmer's guide By Ron Cody, SAS Institute >>>> >>>> http://books.google.com/books/sas?id=7WkfycHDQX4C&dq=learning+edition&so >>>> urce=gbs_navlinks_s >>>> >>>> Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov >>>> >>>> >>>> >> >
|
Next
|
Last
Pages: 1 2 Prev: How to check if a file exists on webdav? Next: Test exercises for someone learning SAS |