Chapter Contents |
Previous |
Next |
SAS Component Language: Reference |
SCL provides additional statements, functions, and other features that make it easy to create object-oriented, interactive applications. For example, SCL provides CLASS and INTERFACE statements that enable you to define classes and interfaces to those classes. You can use dot notation to access an object's attributes directly and to invoke methods instead of using the SEND and NOTIFY routines.
The Structure of SCL Programs describes the organization of an SCL application. SCL Fundamentals describes the basic elements of SCL and the rules that you must follow to put these elements together in a program. Controlling Program Flow describes the statements and other features that you can use to control the flow of your application.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.