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 ]
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
>
>
|