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 (August 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Aug 1996 11:05:00 PDT
Reply-To:     mullinb{DHWTOWERS/TOWERS2/mullinb}@DHW.STATE.ID.US
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Brian O. Mullin"
              <mullinb{DHWTOWERS/TOWERS2/mullinb}@DHW.STATE.ID.US>
Subject:      Richard Hockey's DBF macros

Hi everyone,

Does anyone have a copy of Richard Hockey's DBF macro's for reading and writing dBASE files, that they have successfully used under 6.11 for Win 3.1. I have copies from a couple of different sources. However, none of them work. I searched SI's web site as well as the File Contribution Server, and didn't find copies in either place. I downloaded a version from Ciesin and it failed as well.

Perhaps I am using them wrong. I once saw a comment that the macros only work for dBASE III files, so I specifically saved a file as a dBASE III file type, to no avail. A copy of the code I am using follows. Any insight would be appreciated.

%include "c:\temp2\dbftosas.sas"; %dbftosas (in= e:\brfss\analytic\conta4a.dbf, out = test); run;

Thanks in advance,

Brian

----- Brian O. Mullin Idaho Division of Health, Center for Vital Statistics and Health Policy mullinb{dhwtowers/towers2/mullinb}@dhw.state.id.us


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