Chapter Contents |
Previous |
Next |
Language Reference |
where arguments are the names of existing matrices.
The NAME function returns the names of the arguments in a column vector. In the following example, N is a 3 ×1 character matrix of element size 8 containing the character values A, B, and C:
n=name(a,b,c);The main use of the NAME function is with macros when you want to use an argument for both its name and its value.
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.