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 (December 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 1 Dec 2005 22:36:54 -0800
Reply-To:   David L Cassell <davidlcassell@MSN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   David L Cassell <davidlcassell@MSN.COM>
Subject:   Re: reading file
In-Reply-To:   <200511302304.jAUMW5d3022325@mailgw.cc.uga.edu>
Content-Type:   text/plain; format=flowed

mayukh.dass@GMAIL.COM wrote: >I saved this file from SPSS as a SAS file (sas7bdat), but unable to read it >in SAS. It's giving the following output. > >55 data reganal; > >56 set revision.ff; > >57 run; > >ERROR: Read Access Violation In Task [ DATASTEP ) > >Exception occurred at (679838FF) > >Task Traceback > >Address Frame (DBGHELP API Version 4.0 rev 5) > >679838FF 0266E77C sasxkern:mcn_main+0x328FF > >. . . . . .

It looks like you're trying to read a non-SAS data set, even though you're telling SAS it is a real SAS data set. Perhaps it got corrupted in some way after creation. Perhaps it wasn't properly created as a SAS data file.

Maybe it would help if you more carefully explained just how you created this file and got it to the point where you try to read it in your SAS program.

David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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