Chapter Contents

Previous

Next
END

END



Ends a DO group or a SELECT group

Valid: in a DATA step
Category: Control
Type: Declarative


Syntax
Without Arguments
Details
Examples
See Also

Syntax

END;

Without Arguments

Use the END statement to end DO group or SELECT group processing.


Details

The END statement must be the last statement in a DO group or a SELECT group.


Examples

This example shows a simple DO group and a simple SELECT group:


See Also
Statements:
DO
SELECT


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.