ods output ParameterEstimates = dd;
proc reg data=vert; by g_order;
model resp = age_ good beta_r s;
run;
ods output close;
19431 ods output ParameterEstimates = dd;
ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [REG]
ERROR: Read Access Violation REG
Exception occurred at (06DACED1)
Task Traceback
Address Frame (DBGHELP API Version 4.0 rev 5)
0000000006DACED1 0000000005FCF7A0 sasods:tkvercn1+0x5BE91
0000000006ED3258 0000000005FCF7E0 sasods:tkvercn1+0x182218
0000000006DACD99 0000000005FCF900 sasods:tkvercn1+0x5BD59
000000000E696FD8 0000000005FCF908 sasreg:tkvercn1+0xD5F98
000000000E5C1322 0000000005FCFCB0 sasreg:tkvercn1+0x2E2
0000000003488B07 0000000005FCFCB8 sashost:Main+0xF437
000000000348D13D 0000000005FCFF50 sashost:Main+0x13A6D
0000000076BB652D 0000000005FCFF58 kernel32:BaseThreadInitThunk+0xD
0000000076DEC521 0000000005FCFF88 ntdll:RtlUserThreadStart+0x21
ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [REG]
ERROR: Read Access Violation REG
Exception occurred at (06DAD248)
type
Try it by quoting and adding a space (i.e., "Parameter Estimates"=dd;)
see, e.g., SAS FAQ: How can I use the SAS Output Delivery System?
Try it by quoting and adding a space (i.e., "Parameter Estimates"=dd;)
see, e.g., SAS FAQ: How can I use the SAS Output Delivery System?
Thanks, the problem was that my memory was full
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.