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 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Jul 2007 02:03:27 +0000
Reply-To:     toby dunn <tobydunn@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         toby dunn <tobydunn@HOTMAIL.COM>
Subject:      Re: another recursion problem
Comments: To: cmiller1@COQIO.SDPS.ORG
In-Reply-To:  <200707191945.l6JHkgtp027870@mailgw.cc.uga.edu>
Content-Type: text/plain; format=flowed

Cary ,

This should get you started in the right direction:

FileName MyDir Pipe 'tree /A /F "C:\Documents and Settings\Toby Dunn\Desktop\Census"' ;

Data FindFiles ; Length FileName $ 200 ; Infile MyDir TruncOver ; Input FileName $200. ; Run ;

You will need to change teh directory in the FileName. run it then look at the resulting data set. From there you can just keep, delete, and combine what you need to create the desired file.

Toby Dunn

If anything simply cannot go wrong, it will anyway. Murphys Law #2.

The buddy system is essential to your survival; it gives the enemy somebody else to shoot at. Murphys Law #

Tell a man there are 300 billion stars in the universe and he'll believe you. Tell him a bench has wet paint on it and he'll have to touch to be sure. Murphys Law #9

From: Cary Miller <cmiller1@COQIO.SDPS.ORG> Reply-To: Cary Miller <cmiller1@COQIO.SDPS.ORG> To: SAS-L@LISTSERV.UGA.EDU Subject: Re: another recursion problem Date: Thu, 19 Jul 2007 15:45:16 -0400

The OS I'm working under now is Windows XP.

_________________________________________________________________ http://newlivehotmail.com


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