LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 12 Jul 2001 08:19:06 -0700
Reply-To:   Yang Shen <shen.yang@JIMMY.HARVARD.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Yang Shen <shen.yang@JIMMY.HARVARD.EDU>
Organization:   Dana-Farber Cancer Institute
Subject:   set cron job to run sas macro
Content-Type:   text/plain; charset=us-ascii

Dear everybody,

I have a macro which retrieves information from our database and then creates sas formats creating file like this:

... proc format library = sasfmt.atuo

value $trtmfmt '1' = 'ASSESSMENT' '2' = 'ASSESSMENT' ...

It works fine if I run it at a terminal, while I got error when I set it running as a cron job.

The error message says:

ERlookup: Error accessing message text: For unknown reasons. Check message files in the installation. Internal error.

Any idea?

Thanks a lot, -yang


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