Date: Wed, 5 Aug 2009 23:58:07 -0700
Reply-To: Richard <richard.hockey@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Richard <richard.hockey@GMAIL.COM>
Organization: http://groups.google.com
Subject: GENMOD error in 9.2
Content-Type: text/plain; charset=ISO-8859-1
Hi
I'm getting an error below in GENMOD under V 9.2.
ERROR: Write Access Violation In Task [ GENMOD ]
Exception occurred at (4166E8E3)
Task Traceback
Address Frame (DBGHELP API Version 4.0 rev 5)
4166E8E3 07C7E3CC sasgenmo:mcn_main+0x6D8E3
4166B0B1 07C7E3DC sasgenmo:mcn_main+0x6A0B1
4164738B 07C7E768 sasgenmo:mcn_main+0x4638B
416013D5 07C7FF8C sasgenmo:mcn_main+0x3D5
015A27C8 07C7FFA0 sashost:Main+0xC204
0168D038 07C7FFB4 sashost:Main+0xF6A74
7C80B729 07C7FFEC kernel32:GetModuleFileNameA+0x1BA
The identical code below runs perfectly in 9.1.3
proc genmod data = long.sam2 descending;
class idalias time trans /param=ref;
model gpvisits=time trans / dist=bin link=logit type3;
repeated subject=IDalias/ ;
Removing the CLASS option PARAM=REF seems to fix it.
Anyone seen this?
R
|