COBOL/400 Language Help


CONTINUE Statement

Description
The CONTINUE statement allows you to specify a no operation statement. CONTINUE indicates that no executable instruction is present.

You can use the CONTINUE statement anywhere a conditional statement or an imperative statement may be used. It has no effect on the execution of the program.

->->------CONTINUE------------------------------><-


[ Top of Page | Previous Page | Next Page | Table of Contents ]