Chapter Contents

Previous

Next
SAS Component Language: Reference

Using Other SAS Software Features in SCL Programs

SCL supports most of the features of the base SAS language. Some base SAS features are directly supported by SCL. Other base SAS features have equivalent features in SCL, although there may be small differences in functionality. For example, the IN operator in SCL, returns the index of the element if a match is found rather than a 1 (true).

SAS Component Language Dictionary provides entries for elements that have different functionality in SCL programs. The differences are summarized in Using SAS DATA Step Features in SCL.

Although SCL does not provide an equivalent for every command that is available under your operating system, it does provide features that interact directly with SAS software and with host operating systems. For example, you can use the SUBMIT statement to access other features of SAS software, and you can use the SYSTEM function to issue host operating system commands. SCL also supports the SAS macro facility. For more information about these features, see Using Other SAS Software Products.


Chapter Contents

Previous

Next

Top of Page

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