| 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
|