%SELECT

Purpose

Used with %END to delimit a preprocessor group.

Syntax

%[label:]... SELECT [exp1];

Description

The %SELECT statement starts the delimiting of preprocessor DO groups or preprocessor procedures.

Restrictions

Each %SELECT must have one and only one corresponding %END. Using one %END to close multiple groups and/or blocks is not permitted.