2006 Oct 30 4:34 PM
Example.
Loop at I_catsdb.
Loop at I_catsdb_tmp.
endloop.
endloop.
How do I come out of the inner loop on certain conditions?
Example.
Loop at I_catsdb.
Loop at I_catsdb_tmp.
endloop.
endloop.
How do I come out of the inner loop on certain conditions?
2006 Oct 30 4:35 PM
2006 Oct 30 4:36 PM
Hi,
Use the EXIT statement..
Loop at I_catsdb.
Loop at I_catsdb_tmp.
Check the conditions..
EXIT.
endloop.
endloop.
Thanks,
Naren
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |