BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
desireatem
Pyrite | Level 9

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

1 ACCEPTED SOLUTION

Accepted Solutions
art297
Opal | Level 21

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?

View solution in original post

2 REPLIES 2
art297
Opal | Level 21

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?

desireatem
Pyrite | Level 9

Thanks, the problem was that my memory was full

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 10678 views
  • 1 like
  • 2 in conversation