LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 26 Jun 2007 10:31:47 -0700
Reply-To:     Reeza <fkhurshed@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Reeza <fkhurshed@HOTMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Newbie - SAS starting points
Comments: To: sas-l@uga.edu
In-Reply-To:  <4Uagi.6170$G85.3872@trndny08>
Content-Type: text/plain; charset="us-ascii"

On Jun 26, 10:10 am, Q...@domain.invalid wrote: > Hello, > > I am new to SAS but have a programming background in Perl and C++. > I've just read and paraphrased the 'base_lrdictionary_9858.pdf'. > At this point im having real difficulty understanding the structure > and flow of the language; as well as scoping within SAS. > (no suprise since ive only read a couple manuals so far) > > What I would like is a suggestion or two on proceeding with SAS studies. > Have a good book to recommend? Perhaps an important piece of code that > is well worth studying? Any useful websites I should add to my bookmarks? > > Thank you for any help which you may be able to provide.

The SAS training manuals from ...SAS :).

It's a bit different than C++ the thing to remember is that every data step is a implicit loop, and SAS processes line by line rather than a whole block of data at once. Or so I remember being told.

Reeza


Back to: Top of message | Previous page | Main SAS-L page