SAS Functions and CALL Routines under Windows |
Category: | Character |
Windows specifics: | Required syntax; pairs of to and from arguments are optional |
See: | TRANSLATE Function in SAS Language Reference: Dictionary |
Syntax | |
Details |
Syntax |
TRANSLATE(source,to-1,from-1 <,...to-n,from-n>) |
specifies the SAS expression that contains the original character value.
specifies the characters that you want TRANSLATE to use as substitutes.
specifies the characters that you want TRANSLATE to replace.
Details |
Under Windows, you do not have to provide pairs of to and from arguments. However, if you do not use pairs, you must supply a comma as a place holder.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.