Archives of the TeradataForum
Message Posted: Tue, 18 Jun 2002 @ 15:56:20 GMT
Subj: | | Re: How can you check the return code or condition code from an NT or SOLARIS based ARCMAIN |
|
From: | | David Wellman |
Under Unix (i.e. Solaris) you should find that there is a standard unix variable "${0}" which contains the return code. This can then be
tested and you can take actions as desired.
Under NT you'll probably need to use an "if errorlevel..." check.
Dave
Ward Analytics Ltd: Information in motion (www.ward-analytics.com)
|