Tag: Strip characters

COMPRESS: SAS Function strips characters from the string

In SAS 9.1.3 , an extra argument (MODIFIER) is added to the SAS character string function COMPRESS and these modifiers modifies the action of the COMPRESS function;

Syntax: COMPRESS(<, chars><, modifiers>) ;

Following characters can …