Chapter Contents

Previous

Next
SAS Component Language

SCL List Initialization Syntax Supports Brackets

When you use the DECLARE statement to initialize an SCL list, you can now use either braces ({ and }) or brackets ([ and ])to enclose a series of list items. For example, both of the following list definitions are now valid:

dcl list x = {1,2,3};
dcl list z = [4,5,6];

Previously only braces were supported in DECLARE statement syntax.


Chapter Contents

Previous

Next

Top of Page

Terms of Use & Legal Information | Privacy Statement
Copyright © 2001 SAS Institute Inc. All Rights Reserved.