LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 12 Jul 2009 22:35:17 +0100
Reply-To:     Phil Holland <news@HOLLANDNUMERICS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Phil Holland <news@HOLLANDNUMERICS.COM>
Organization: Holland Numerics Ltd
Subject:      Re: Proc Hier, Family Tree Maker, Linkage Chart
Comments: To: sas-l@uga.edu
Content-Type: text/plain;charset=iso-8859-1

Charles,

My most recent SAS book includes a chapter entitled "Distributing Organisation Charts without SAS/IntrNet" (see below), which includes code to generate a hierarchy from a list of parent-child records similar to that created by PROC HIER (in the good old days!). The chapter then uses this data to create static HTML reports in the form of an organisation chart.

...........Phil Holland

------------------------------------------------------------------------- ----------------------------

"Power User's Guide to SAS Programming" brings together a wealth of ideas about strategic and tactical solutions to everyday situations experienced when transferring, extracting, processing and reporting data. Most of the solutions can be achieved using the SAS components you already license, so you won't need to throw money at the problems.

You'll learn about the following: * balance processing and maintenance efficiency when programming in SAS. * implement a simple data warehouse using just Base SAS. * use ODS to create spreadsheets, generate report files in parallel, and replay reports. * use R to create content for SAS ODS reports. * access SAS ODS through the web using Perl. * build static HTML with Base SAS. * use Enterprise Guide to control structured folders of SAS programs. * appreciate the functionality of Enterprise Guide by comparing with the Java interface to SAS Integration Technologies.

Available as an e-book by email, for £4.50 (GBP 4.50), from: www.hollandnumerics.com (also includes links to Lulu.com and Amazon)

More details about the book can be found at: www.squidoo.com/power-users-guide-to-sas www.sascommunity.org/wiki/Power_User's_Guide_to_SAS_Programming

More details about the author can be found at: www.squidoo.com/philip-r-holland www.sascommunity.org/wiki/Philip_R_Holland

------------------------------------------------------------------------- ----------------------------

In message <200907021718.n62F644L015541@malibu.cc.uga.edu>, Charles Patridge <charles_s_patridge@PRODIGY.NET> writes >To SAS-L Community, > >I am looking for a proc or macro that does what Proc Hier in the SAS 5 >Supplemental Library did. > >Does anyone know of such a macro or proc that exists? > >For those of you who never saw Proc Hier, it would do organizational >charts, or linkage relationships. > >Ex: > Charles Patridge, Ryan Patridge, Son of Ryan Patridge > Ryan Patridge, Son of Ryan Patridge, Grandson of Ryan Patridge > >would produce something like this: > > Charles Patridge > | > Ryan Patridge > | > Son of Ryan Patridge > | > Grandson of Ryan Patridge > >Sort of like a Geneology Family Tree - this is a simple example > >Any help would be useful, or I maybe would consider buying such a macro. > >Thanks in advance, > >Charles Patridge - Charles_S_Patridge AT Prodigy DOT Net

-- -------------------------------------------------------- Holland Numerics Ltd 94 Green Drift, Royston, Herts SG8 5BT, UK mobile : +44-(0)7714-279085 email : <NEWS@hollandnumerics.com> URL : http://www.hollandnumerics.com/ --------------------------------------------------------


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