1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-28 05:20:06 +00:00

chore: header update in mf_getvarlist

This commit is contained in:
Allan Bowe
2021-05-01 20:33:45 +03:00
parent fdd566e8ce
commit ff82f7d75c
2 changed files with 12 additions and 6 deletions

View File

@@ -10,14 +10,17 @@
returns:
> List of Variables=Name Sex Age Height Weight
For a seperated list of column values:
%put %mf_getvarlist(sashelp.class,dlm=%str(,),quote=double);
returns:
> "Name","Sex","Age","Height","Weight"
@param libds Two part dataset (or view) reference.
@param dlm= provide a delimiter (eg comma or space) to separate the vars
@param quote= use either DOUBLE or SINGLE to quote the results
@param [in] libds Two part dataset (or view) reference.
@param [in] dlm= ( ) Provide a delimiter (eg comma or space) to separate the
variables
@param [in] quote= (none) use either DOUBLE or SINGLE to quote the results
@version 9.2
@author Allan Bowe