Language Reference |
lists the names of arguments
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, is a 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.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.