KCOMPARE 函數
傳回字元運算式的比較結果。
類別: |
DBCS |
提示: |
非 DBCS 相等函數是 SAS Functions and CALL Routines: Reference 中的 “COMPARE Function”。
|
語法
KCOMPARE(source,<pos, <count,> > findstr)
必要的引數
pos
指定 source 中開始比較的開始位置。如果省略 pos,則會比較整個 source。
如果 pos 小於 0,則會將 source 假設為未含任何 SO/SI 字元的延伸 DBCS 資料。
count
指定要比較的位元組數。如果省略 count,則會比較 pos 後所有的 source (任何尾端空白除外)。
詳細資料
KCOMPARE 傳回如下的值:
-
負值 (如果 source 小於 findstr)
-
-
正值 (如果 source 大於 findstr)
Copyright © SAS Institute Inc. All rights reserved.