Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> debugging program using GOTO heavily

debugging program using GOTO heavily

From: seanj <seanjones_at_optonline.net>
Date: 13 Dec 2004 08:52:28 -0800
Message-ID: <1102956748.615353.20830@z14g2000cwz.googlegroups.com>


LOOP
BEGIN GOTO INSERTREC
.....

GOTO UPDATEREC
.....

GOTO DONEXTREC
.....

<<INSERTREC>>

...
NULL;
<<UPDATEREC>>

....
NULL;
<<DONEXTREC>>

....
NULL END; ? WHEN PROCEDURE BRANCHES TO <<INSERTREC>> will the code in UPDATEREC and Get executed unless i explicitly tell it to GOTO DONEXTREC Received on Mon Dec 13 2004 - 10:52:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US