control statements inside exception section
up vote
0
down vote
favorite
is there any way to write control statements inside exception section in db2? i'm using the oracle compatible mode. i have tried the continue statement but it gives an error.also is it possible to jump from an inner loop to an outer loop with control statements?
Thank you!
plsql db2 db2-luw
add a comment |
up vote
0
down vote
favorite
is there any way to write control statements inside exception section in db2? i'm using the oracle compatible mode. i have tried the continue statement but it gives an error.also is it possible to jump from an inner loop to an outer loop with control statements?
Thank you!
plsql db2 db2-luw
Should be the same as what PL/SQL in Oracle allows, unless IBM documents otherwise. ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/…
– mao
Nov 7 at 11:36
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
is there any way to write control statements inside exception section in db2? i'm using the oracle compatible mode. i have tried the continue statement but it gives an error.also is it possible to jump from an inner loop to an outer loop with control statements?
Thank you!
plsql db2 db2-luw
is there any way to write control statements inside exception section in db2? i'm using the oracle compatible mode. i have tried the continue statement but it gives an error.also is it possible to jump from an inner loop to an outer loop with control statements?
Thank you!
plsql db2 db2-luw
plsql db2 db2-luw
edited Nov 7 at 15:50
mustaccio
14k83637
14k83637
asked Nov 7 at 11:30
yasas liyanapathirana
111
111
Should be the same as what PL/SQL in Oracle allows, unless IBM documents otherwise. ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/…
– mao
Nov 7 at 11:36
add a comment |
Should be the same as what PL/SQL in Oracle allows, unless IBM documents otherwise. ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/…
– mao
Nov 7 at 11:36
Should be the same as what PL/SQL in Oracle allows, unless IBM documents otherwise. ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/…
– mao
Nov 7 at 11:36
Should be the same as what PL/SQL in Oracle allows, unless IBM documents otherwise. ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/…
– mao
Nov 7 at 11:36
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53188617%2fcontrol-statements-inside-exception-section%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Should be the same as what PL/SQL in Oracle allows, unless IBM documents otherwise. ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/…
– mao
Nov 7 at 11:36