LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 11 Feb 2005 17:03:33 -0500
Reply-To:   Glenn Heagerty <gheagerty@EARTHLINK.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Glenn Heagerty <gheagerty@EARTHLINK.NET>
Subject:   Re: Using return codes with Shell script
In-Reply-To:   <200502111302.1cZHWg5ld3NZFpB0@mx-a065a10.pas.sa.earthlink.net>
Content-Type:   text/plain; charset=us-ascii; format=flowed

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 >


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