 |
 |
Archives of the TeradataForum
Message Posted: Tue, 18 Jun 2002 @ 16:35:43 GMT
| Subj: | | Re: How can you check the return code or condition code from an NT or SOLARIS based ARCMAIN |
| |
| From: | | Geoffrey Rommel |
| | Under Unix (i.e. Solaris) you should find that there is a standard unix variable "${0}" which contains the return
code. | |
In the Bourne, Korn, and bash shells, the variable in question is $?
| |