Functions and CALL Routines under UNIX |
Category: | Character |
UNIX specifics: | to and from arguments are required |
See: | TRANSLATE Function in SAS Language Reference: Dictionary |
Syntax | |
Details |
Syntax |
TRANSLATE(source,to-1,from-1<,...to-n,from-n>) |
Note: This version is a simplified version of the TRANSLATE function syntax. For the complete syntax and its explanation, see the TRANSLATE function in SAS Language Reference: Dictionary.
specifies a constant, variable, or 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 UNIX, you must specify pairs of to and from arguments, and you can use a comma as a placeholder.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.