Returns the position of the first character that is unique to
an expression.
Category: |
DBCS
|
Restriction: |
I18N Level 2
|
Tip: |
VERIFY in
SAS Language Reference: Dictionary
|
KVERIFY(source,excerpt-1<,...excerpt-n>)
|
-
source
-
specifies any SAS character expression.
-
excerpt
-
specifies any SAS character expression.
If you specify more than one excerpt, separate them with a comma.
The KVERIFY function returns the position
of the first character in source that is not
present in any excerpt. If KVERIFY finds every
character in source in at least one excerpt, it returns a 0.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.