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 (July 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 10 Jul 2003 13:46:35 -0400
Reply-To:     "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:      Re: hierarchical table with SAS

"Bruno Gubler" <bruno.gubler@amazit.ch> wrote in message news:ade981f0.0307100020.1513ac03@posting.google.com... > Hi Everyone, > > I would like to make a Query on hierarchical table with SAS, which > gives me back all follow of top-father "700" and there > hierarchy-level. >

SAS has an example you might use for a starting point. Under your sas installation folder, look in folder core/sample/ for file sqlfun01.sas ... TITLE: Demonstrates Recursive Joins with PROC SQL ... * notes: this is an example of fishing out a "bill-of-materials" * type parts implosion using sql. The data are modelled ... -- Richard A. DeVenezia, http://www.devenezia.com


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