Re: ODS Read Access Violation In Task ( Submit ] #2

  • Follow


Basem;

I got the same thing with Win XP and SAS 9.1.2 - SAS Tech support hasn't
resolved the issue, however, I have found a workaround.

Startup SAS and select TOOLS - OPTIONS - PREFERENCES.  Under the
"Results" tab, unselect "View Results as they are generated".

This has stopped the error you are getting.  Lets how SAS Tech Support
finds the problem.



Regards,
Zul Habib

==========================================================
Habib Consultants Limited
Toronto, Ontario, Canada

Tel:     (905) 773-5786
Fax:    (905) 773-0104
Email:  zhabib@habibconsultants.com
URL:    www.habibconsultants.com




==========================================================

-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Basem
Sent: July 9, 2004 10:45 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: ODS Read Access Violation In Task ( Submit ]

Dear ALL

Please I got this very strange error while running ODS html.
I had searched the L-SAS archive but did not find solution
OS: Windows 2000
SAS v8.02

Program:

ods html body="e:\income.html";
proc print data=income;run;
ods html close;

Log:

ERROR:  Read Access Violation In Task ( Submit ]
Exception occurred at (63CC5C0D)
Task Traceback
49   ;
50   ods html body="e:\income.html";
NOTE: Writing HTML Body file: e:\income.html
ERROR: Generic critical error.

Any Help is greatly appreciated
0
Reply zhabib (9) 7/9/2004 4:24:58 PM

This is a great tip Zul.  Thanks for reporting it to the group.  Your
observation ties in well to what I suspected about these problems being
somehow related to the code in SAS (and/or Windows) that is responsible for
refreshing the display.

s/KAM


"Zulfiqar Habib" <zhabib@HABIBCONSULTANTS.COM> wrote in message
news:AE547E59299867498F6D08225EECF25F01BD810D@hcl1600.mahdi.com...
> Basem;
>
> I got the same thing with Win XP and SAS 9.1.2 - SAS Tech support hasn't
> resolved the issue, however, I have found a workaround.
>
> Startup SAS and select TOOLS - OPTIONS - PREFERENCES.  Under the
> "Results" tab, unselect "View Results as they are generated".
>
> This has stopped the error you are getting.  Lets how SAS Tech Support
> finds the problem.
>
>
>
> Regards,
> Zul Habib
>
> ==========================================================
> Habib Consultants Limited
> Toronto, Ontario, Canada
>
> Tel:     (905) 773-5786
> Fax:    (905) 773-0104
> Email:  zhabib@habibconsultants.com
> URL:    www.habibconsultants.com
>
>
>
>
> ==========================================================
>
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
> Basem
> Sent: July 9, 2004 10:45 AM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: ODS Read Access Violation In Task ( Submit ]
>
> Dear ALL
>
> Please I got this very strange error while running ODS html.
> I had searched the L-SAS archive but did not find solution
> OS: Windows 2000
> SAS v8.02
>
> Program:
>
> ods html body="e:\income.html";
> proc print data=income;run;
> ods html close;
>
> Log:
>
> ERROR:  Read Access Violation In Task ( Submit ]
> Exception occurred at (63CC5C0D)
> Task Traceback
> 49   ;
> 50   ods html body="e:\income.html";
> NOTE: Writing HTML Body file: e:\income.html
> ERROR: Generic critical error.
>
> Any Help is greatly appreciated


0
Reply KevinMyers (191) 7/9/2004 4:46:03 PM


1 Replies
70 Views

(page loaded in 0.276 seconds)

Similiar Articles:









7/8/2012 1:30:54 PM


Reply: