Previous Topic

Next Topic

Book Contents

Book Index

General Information

Available only when ON DATA is specified.

The DO statements after the ALWAYS statement are always executed.

The LABEL parameter is used as a reference point for flow processing (branching). LABEL is used in conjunction with the DO GOTO statement. When specified, DO GOTO passes processing control to the matching LABEL. See DO GOTO in this chapter for additional information.

Parent Topic

ALWAYS: Data Identification Statement