STRLEN Command:
To determine the length of a character string up to the last character other than SPACE, use the built-in function STRLEN as follows:
Syntax
N = STRLEN ( STR ).
Here N is defined in DATA statement as type i.
STRLEN processes any operand as a character data type, regardless of its real type. No conversions are performed.
To determine the length of a character string up to the last character other than SPACE, use the built-in function STRLEN as follows:
Syntax
N = STRLEN ( STR ).
Here N is defined in DATA statement as type i.
STRLEN processes any operand
No comments:
Post a Comment