Previous Page | Next Page

SAS Component Language Dictionary

ENDCLASS



Ends a CLASS statement block
Category: Object Oriented

Syntax
Details
See Also

Syntax

ENDCLASS;


Details

The ENDCLASS statement marks the end of a CLASS block in an SCL program. Use ENDCLASS to designate the end of a block of SAS statements that define a class.


See Also

CLASS

Previous Page | Next Page | Top of Page