Copyright Digital Equipment Corp. All rights reserved.

NOLEAVETARG

Message        This leave statement is not within a try statement.

Description    The exception handling statement leave must appear
               within a try statement block.

User Action    Either remove the leave statement, or place it in a
               try statement block.