| Date: | Mon, 7 Aug 2006 02:52:27 -0400 |
| Reply-To: | Sidney Chow <sidney.chow@WMAM.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Sidney Chow <sidney.chow@WMAM.COM> |
| Subject: | Re: Hanging Batch Jobs in SAS 9 |
|---|
Thanks for the response! No, actually it's just any simple script without
calls to X or Windows.
I've actually found a workaround that seem to have fixed the problem so I'd
share it with others here.
I've added libname _all_ clear; (clearing all library assignments) right at
the end of each batch script and I haven't had any hangs since!
|