Returns dataset variable list direct from header. More...
Go to the source code of this file.
WAY faster than dictionary tables or sas views, and can also be called in macro logic (is pure macro). Can be used in open code, eg as follows:
%put List of Variables=%mf_getvarlist(sashelp.class);
returns:
List of Variables=Name Sex Age Height Weight
libds | Two part dataset (or view) reference. |
dlm= | provide a delimiter (eg comma or space) to separate the vars |
Definition in file mf_getvarlist.sas.