return variable names for a SAS dataset
Example: %put %getvars(dataset);
- Version
- $Revision: 106 $
- Author
- $Author: b-braun $
- Date
- $Date: 2013-01-10 14:59:21 +0100 (Do, 10 Jan 2013) $
- See Also
- $HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/example/saspgm/getvars.sas $
- Copyright
- Copyright 2010, 2012 HMS Analytical Software GmbH. This file is part of SASUnit, the Unit testing framework for SAS(R) programs. For terms of usage under the GPL license see included file readme.txt or https://sourceforge.net/p/sasunit/wiki/readme.v1.2/.
- Parameters
-
data | SAS dataset to return variable names from |
dlm | delimiter, default is a blank |
- Returns
- list of variable names from input dataset, separated by specified delimiter
Definition in file getvars.sas.