SQL EXIT with errorlevel

From: Jon Wojkowski <jonwojko_at_spinne.web.apc.org>
Date: 1996/02/25
Message-ID: <4gr6mn$54l_at_spinne.web.net>#1/1


The EXIT command takes a user variable to produce the errorlevel in the Unix environment.

SQL:
define Var = '55'
exit Var

Unix:
echo $?
55

In a PL/SQL routine, to be able to set a variable and produce the errorlevel in Unix. Can't do it? Received on Sun Feb 25 1996 - 00:00:00 CET

Original text of this message