Chapter Contents |
Previous |
Next |
LEFT |
Category: | Character |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
LEFT(argument) |
Details |
LEFT returns an argument with leading blanks moved to the end of the value. The argument's length does not change.
Examples |
SAS Statements | Results |
---|---|
----+----1----+ |
|
a=' DUE DATE'; b=left(a); put a; |
DUE DATE |
See Also |
Functions:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.