A well known function in SAS is the LENGTH function – used to return the length of a character string.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
LENGTH Function;
Posted
January, 2017
by
Amadeus Technical Team
The MAX and MIN functions allow you to easily identify the maximum and minimum values from a selection of variables.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team
strip(string) - Removes leading and trailing blanks in one go. This is the same as left(trim(string)) that you would use in V8.
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming;
Posted
January, 2017
by
Amadeus Technical Team
The COMPRESS function has been enhanced in SAS 9 by providing an optional 3rd argument, which controls the functions behaviour.
Read more...
Posted in
SAS Analytics;
Tagged
SAS Programming,
COMPRESS Function;
Posted
January, 2017
by
Amadeus Technical Team
The COMPBL function will remove all leading and trailing blanks but will retain single embedded blanks, which is useful for name fields. Consider the following SAS Program:
Read more...
Posted in
SAS Programming;
Tagged
SAS Programming,
COMPBL Function;
Posted
January, 2017
by
Amadeus Technical Team
Users who are moving from a traditional SAS programming role to Enterprise Guide have the option to import their existing SAS Programs. This can be achieved in a number of ways.
Read more...
Posted in
SAS Analytics;
Tagged
SAS Analytics;
Posted
January, 2017
by
Amadeus Technical Team