|
Hello Nori,
Here is the link to the page containing possible values for the automatic macro
variable SYSCC:
> http://support.sas.com/onlinedoc/913/getDoc/en/hostunx.hlp/a000397268.htm
You will probably have to create test conditions in SAS and determine the
corresponding system return code. The documentation is supposed to apply to
Linux on Intel 32-bit environments., v8 or higher.
HTH,
Glenn
Nori A. wrote:
> I'm running a bunch of SAS jobs on Linux and I take certain actions based
> on the return code of the SAS job, variable $? = 0.
> Some of the jobs complete successfully with $? > 0 (there were some
> warnings in the log).
> What is the highest acceptable value of $? for a job that completed
> successfully?
>
> Regards
> Nori
>
|