| Date: | Sun, 13 Feb 2011 09:04:29 +0800 |
| Reply-To: | Murphy Choy <goladin@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Murphy Choy <goladin@GMAIL.COM> |
| Subject: | Re: Org charts with SAS? |
|
| In-Reply-To: | <201102112018.p1BGO9JA013743@waikiki.cc.uga.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
|---|
Hi Art,
Apologies. Indeed it is in the book. Not a paper.
On Sat, Feb 12, 2011 at 4:18 AM, Arthur Tabachneck <art297@netscape.net>wrote:
> Bob,
>
> Murphy may have been referring to Phil's book as mentioned at:
> http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0907b&L=sas-l&D=1&O=A&P=31575
>
> HTH,
> Art
> ------
> On Fri, 11 Feb 2011 10:48:55 -0800, DUELL, BOB (ATTCINW) <BD9439@ATT.COM>
> wrote:
>
> >Do you remember which paper? I've looked at everything on Phil's web
> >site and don't see anything.
> >
> >
> >
> >Thanks for the reply,
> >
> >
> >
> >Bob
> >
> >
> >
> >From: Murphy Choy [mailto:goladin@gmail.com]
> >Sent: Friday, February 11, 2011 10:18 AM
> >To: DUELL, BOB (ATTCINW)
> >Cc: SAS-L@listserv.uga.edu
> >Subject: Re: Org charts with SAS?
> >
> >
> >
> >Hi,
> >
> >One of Phil Holland's paper talks about this. Maybe you want to have a
> >look at his papers.
> >
> >
> >
> >
> >On Sat, Feb 12, 2011 at 2:16 AM, DUELL, BOB (ATTCINW) <BD9439@att.com>
> >wrote:
> >
> >Hi,
> >
> >Does anyone have sample programs on creating simple org charts using
> >SAS? I have data similar to the following:
> >
> >data have;
> > input @1 user_id $6. @8 name $10. @19 supervisor_id $6.;
> > datalines;
> >td1000 Top Dog td1000
> >as1000 Amy Asst td1000
> >jm1000 Joe Mgr td1000
> >mm1000 Mary Mgr td1000
> >bd1000 Bob Pgmr jm1000
> >bp1000 Bilbo Pgmr jm1000
> >sp1000 Sue Pgmr jm1000
> >jp1000 Jim Pgmr mm1000
> >kp1000 Karen Pgmr mm1000
> >run;
> >
> >The "top dog" has user_id=supervisor_id; only one record is so marked.
> >
> >I have Base SAS and SAS/GRAPH. I also have AF and am aware of the "org
> >chart" object, but it's been a very lng time since I've used AF and I'm
> >hoping not to have to go down that road. I also have the "Add-in for
> >Microsoft Office", although I've never used that either. Any clever
> >ideas?
> >
> >TIA,
> >
> >Bob
> >
> >
> >
> >
> >--
> >Regards,
> >Murphy Choy
> >
> >Certified Advanced Programmer for SAS V9
> >Certified Basic Programmer for SAS V9
> >DataShaping Certified SAS Professional
>
--
Regards,
Murphy Choy
Certified Advanced Programmer for SAS V9
Certified Basic Programmer for SAS V9
DataShaping Certified SAS Professional
|