The OPTMODEL Procedure

DO Statement

DO ; statement(s) ; END;

The DO statement groups a sequence of statements together as a single statement. Each statement within the list is executed sequentially. The DO statement can be used for grouping with the IF and FOR statements.

Previous Page | Next Page | Top of Page