| Date: | Thu, 6 Aug 2009 09:51:29 -0500 |
| Reply-To: | Robin R High <rhigh@UNMC.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Robin R High <rhigh@UNMC.EDU> |
| Subject: | Re: GENMOD error in 9.2 |
|
| In-Reply-To: | <855c1f8d-0150-412f-bfd0-838e84453041@m3g2000pri.googlegroups.com> |
| Content-Type: | text/plain; charset="US-ASCII" |
|---|
Richard,
It might be helpful to know more about the distribution of time, trans,
and gpvisits and how many subjects, as 9.2 works as expected with this
type of model for other input data I've entered.
Robin High
UNMC
Richard <richard.hockey@GMAIL.COM>
Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
08/06/2009 08:30 AM
Please respond to
Richard <richard.hockey@GMAIL.COM>
To
SAS-L@LISTSERV.UGA.EDU
cc
Subject
GENMOD error in 9.2
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
|