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 (February 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 25 Feb 2005 13:35:39 +0000
Reply-To:     datametric@CLUB-INTERNET.FR
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         SUBSCRIBE SAS-L Stephane <datametric@CLUB-INTERNET.FR>
Subject:      Re: ERROR:  Write Access Violation In Task ( FREQ ]
Comments: To: kafernan@UWATERLOO.CA
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Does the table is locked by another process ?

Stéphane.

----Message d'origine---- >Date: Thu, 24 Feb 2005 22:33:09 -0500 >De: K Fernandes <kafernan@UWATERLOO.CA> >Sujet: ERROR: Write Access Violation In Task ( FREQ ] >A: SAS-L@LISTSERV.UGA.EDU > >Hello, > > > >The following code generates the error below: > > > >755 ods listing close; > >756 proc freq data = Table ; > >757 ods output commonrelrisks=crr; > >758 by Rand Sim_No ; > >759 tables K*x*y/cmh sparse; > >760 title2 'Mantel-Haenszel Test'; > >761 > >762 run ; > > > >ERROR: Write Access Violation In Task ( FREQ ] > >Exception occurred at (67A2AD3E) > >Task Traceback > > > > > >I'm not sure why this is as my code looks correct. From other 'Write Access >Violations' I've seen (while googling) it seems like this might be a sas >error. Does anyone have any tips on how I can overcome this so my code will >run? > > > >Thank you, > > > >K > >


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