LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 14 Feb 2007 13:05:32 +1100
Reply-To:     "Johnson, David" <David.Johnson@CBA.COM.AU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Johnson, David" <David.Johnson@CBA.COM.AU>
Subject:      Re: PROC REPORT and the Document Destination
Content-Type: text/plain; charset="us-ascii"

I may be proven wrong, but I suspect that repairing an itemstore catalog might be less than straightforward, if indeed it can be done through the DataSets procedure.

There is a long standing issue with repairing the SASUSER.PROFILE catalog when it becomes corrupt. Since it is locked by the current session, it cannot be repaired within the session, and a tech support note indicates the file should be renamed and the catalog will then be recreated in a new session.

I did have some success in starting a SAS session with a different SASUSER directory, assign the other SASUSER directory with a dummy name and then repaired the catalog as usual. However, either Tech Support think this is unreliable or too complex for standard fixes. All I know is that I don't like having to redo Keys, Wsave, Toolbars and the other entries each time I have a catalog problem.

If Itemstore can be repaired, then I think it likely it must be repaired from a session that has a different SASUSER library assigned.

What put me in mind of this was an unexpected loss of network communication this morning, and the REGISTRY.SAS7BITM file was reported by the OS as not having been updated on the network. It is interesting to note that it appears to have activity after most steps, which may make it a candidate for internal fragmentation and could cause Ken's original problem.

Kind regards

David

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Peter Crawford Sent: Wednesday, 14 February 2007 1:20 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: PROC REPORT and the Document Destination

On Tue, 13 Feb 2007 08:52:14 -0500, Ken Borowiak <EvilPettingZoo97@AOL.COM> wrote:

>On Thu, 8 Feb 2007 18:34:39 -0800, David L Cassell ><davidlcassell@MSN.COM> >wrote: > >>EvilPettingZoo97@AOL.COM wrote: >>> >>>Peeps of the 'L, >>> >>>I was wondering if anyone else has experienced this vexing phenomenon. When >>>executing a PROC REPORT I am receiving a warning in my log stating >>>"PROC REPORT does not support the ODS Document in this release." >>>(btw, I am running SAS V9.1.3 SP4 on Windows). However, I do not have

>>>the Document destination open (executed ods document close; before, >>>just to be sure). A >>>few weeks ago, though, I did dump something to the Document destination. >>>Then when I try to execute another PROC step (MEANS, TABULATE, REPORT

>>>etc.), I get the following error: >>> >>>ERROR: Read Access Violation In Task [ REPORT {or some other PROC} >>>) Exception occurred at (676C1D77) Task Traceback >>>Address Frame (DBGHELP API Version 4.0 rev 5) >>>676C1D77 050CE664 sasyys:mcn_main+0xD77 60ECA6DD 050CEB48 >>>sasdoc:mcn_main+0x196DD >>>60ED6AF9 050CEF58 sasdoc:mcn_main+0x25AF9 >>>67141955 050CF050 sasoda:mcn_main+0x955 60ED843C 050CF0A4 >>>sasdoc:mcn_main+0x2743C 674DE11C 050CF140 sasods:mcn_main+0x4D11C >>>674A27DA 050CF294 sasods:mcn_main+0x117DA >>>663A4066 050CFB54 sasrepmn:mcn_main+0x3066 >>>663910B5 050CFF88 sasrepor:mcn_main+0xB5 >>>01232B02 050CFFA0 sashost:Main+0xBE72 01236C20 050CFFB4 >>>sashost:Main+0xFF90 >>>7C80B683 050CFFEC kernel32:GetModuleFileNameA+0x1B4 >>> >>>Any thoughts? >>> >>>Thanks! >>>Ken >> >>Peeps, am I? I was aiming for at least a 'homey'. :-) >> >>Is it possible that the material you dumped off to the ODS DOCUMENT >>destination has filled up an itemstore and never freed it? Can you >>check to see if the stuff you dumped off a few weeks ago is still >>there? If so, >>try emptying it and see if that helps. >> >>HTH, >>David >>-- > > >Davids, > >Thank you both for your suggestions. There is only one (small) entry in the >item store and my problem still occurs when the troublesome PROC REPORT

>is the first thing run in a fresh interactive SAS session. I think I'll

>have to >take this up with Technical Support. > >Ciao! >Ken

Ok, it is a sas proprietary format "item store". Will the management of this sas file type be better than sas catalogs? There, they just seem to keep on growing. Does anyone know if we can "repair" an itemstore like we can repair a sas dataset? It might be worth trying a new itemstore for a large document, rather than repeatedly write into the same one, even if all entries are cleared.

good luck

Peter Crawford

************** IMPORTANT MESSAGE ***************************** This e-mail message is intended only for the addressee(s) and contains information which may be confidential. If you are not the intended recipient please advise the sender by return email, do not use or disclose the contents, and delete the message and any attachments from your system. Unless specifically indicated, this email does not constitute formal advice or commitment by the sender or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. We can be contacted through our web site: commbank.com.au. If you no longer wish to receive commercial electronic messages from us, please reply to this e-mail by typing Unsubscribe in the subject line. **************************************************************


Back to: Top of message | Previous page | Main SAS-L page