Converts uppercase and mixed case variables to lower case value. More...
Converts uppercase and mixed case variables to lower case value.
Usage
convert_to_lowcase (INDATA =infolder.&COHORTFILE., VARLIST =cohortgrp, OUTDATA =infolder.&COHORTFILE.);
[in] | INDATA | Name of dataset containing variables to convert. |
[in] | VARLIST | List of variables to convert. |
[out] | OUTDATA | Name of dataset containing converted variables. |
None.