| Date: | Thu, 12 Dec 1996 09:49:38 PST |
| Reply-To: | Kimberly LeBouton <klebouton@AMERHONDA.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Kimberly LeBouton <klebouton@AMERHONDA.COM> |
| Subject: | Re: UNIX: accessing SCL entry from a cron job |
|
Have you tried the batch option with your proc display?
For example:
proc display c=... batch;
run;
Kim LeBouton
>>Date: Tue, 10 Dec 1996 20:48:40 GMT
>>From: "Karl W. Schaefer" <qlxkws@AOL.COM>
>>
>>I have a simple scl entry that works except when job initiated from
chron.
>>My error is "cannot open X display" when the proc display c=... is
>>issued. Does anyone know how to access simple SCL funcions like
fileexist
>>and fdelete from a unix chron job?
>>
>>Thanks in advance.
>>
>>Karl W. Schaefer
|