COBOL/400 Language Help


*CONTROL(*CBL) Statement

Description
*CONTROL(*CBL) allows you to selectively display or suppress the listing of source code throughout the source program.

The *CONTROL and *CBL statements are synonymous. Whenever you use *CONTROL, *CBL is accepted as well.

->->---*--*CONTROL---*----*---SOURCE----*-------------><-
     *----*CBL-----*    *---NOSOURCE--*
                        *---LIST------*
                        *---NOLIST----*
                        *---MAP-------*
                        *---NOMAP-----*


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