SCL Fundamentals |
An SCL keyword is a word or symbol in an SCL statement that defines the statement type to SAS software. Keywords are a fixed part of the SCL, and their form and meaning are also fixed. Generally, keywords define the function or CALL routine that you are using in an SCL program statement. For example, OPEN is the keyword in
table-id=OPEN('MYLIB.HOUSES');
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.