Date: Wed, 19 Mar 2003 19:31:47 -0000
Reply-To: reply@sasl.no.spam
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ListServer <reply@SASL.NO.SPAM>
Subject: Re: When I use html SAS doesn't work
In-Reply-To: <20030318231241.77BE715B66B@mail10.easyspace.com>
Content-Type: text/plain; charset="iso-8859-1"
I saw this strike down a number of machines at a client site. In all cases
the failure occurred when ODS was being used, and also in all cases the DBCS
(Double Byte Character Set) options had been turned on.
The solution was to write a small script each user ran which parsed their
SASV8CFG file and commented out the lines with DBCS set. I know there are
at least two lines, possibly three in the config you need to change.
No reinstall is necessary, just change the config and restart SAS.
There is a note on the SAS website, I'm sorry most of our material is being
packed for a move and I don't have either the specific config lines, or the
time to track down the Tech Note.
Kind regards
David Johnson
From: Elmaache, Hamani [mailto:Hamani.Elmaache@CCRA-ADRC.GC.CA]
Hi there.
When I use html SAS doesn't work.
After submit a code like this:
/****************************/
ods html file="C:\testhmlt.html" ;
options center nodate ;
proc means data=a;
var y;
run;
ods html close;
/****************************/
I get the following message:
ERROR: Read Access Violation In Task ( Submit ]
Exception occurred at (67E8675E)
Task Traceback
92
93
94 ods html file="C:\testhmlt.html" ;
NOTE: Writing HTML Body file: C:\testhmlt.html
ERROR: Generic critical error.
And It don't want work after that for any procedure or data set.
Can someone help?
Thanks.