toSASName Method
|
Transforms a string
so that it uses SAS naming conventions.
|
|
String toSASName(String input)
|
|
input
the input string to
transform.
|
|
This method returns
a string that represents the transformed input string. For example,
if the input string is ‘My Variables’, the returned
string would be “’My Variables”n’.
|
|
#set( $input="My Variable" )
$CTMUtil.toSASname($input);
/* string returned: "My Variable"n */
|
Copyright © SAS Institute Inc. All rights reserved.