Summary datasets using hashes


/ Published in: SAS
Save to your folder(s)

This snippet comes directly from Paul M. Dorfman's paper on programming with Hash objects. The hash object is useful when summarising huge datasets that aren't sorted and indexed by the variable(s) to be summarised; they can often be quicker than proc summary and are certainly less machine intensive.

URL: http://www2.sas.com/proceedings/sugi30/236-30.pdf

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.