Chapter Contents |
Previous |
Next |
SAS Component Language: Reference |
With arrays, you use
A{i}=x;but with SCL lists, you use
rc=setitemn(listid,x,i);
To add a new item to a list without replacing the existing items, use the INSERTC, INSERTL, INSERTN, or INSERTO function.
See also Assigning Names to List Items.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.