Home » Other » Client Tools » converting from Informix 4GL to PL/SQL
converting from Informix 4GL to PL/SQL [message #37319] |
Wed, 30 January 2002 15:32  |
Dilip
Messages: 12 Registered: January 2002
|
Junior Member |
|
|
Could somebody help me in following problem
I am converting 4GL to PL/SQL. 4GL uses "whenever Error continue" statement. how do I translate it into PL/SQL.
Can I use if condition like this to meet same effect:
IF SQLCODE <>0
THEN GOTO next_statement1;
END IF;
Thanks
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 00:35:50 CDT 2025
|