文字列の先頭文字の位置を返します。
文字列またはテキスト式です。
V
%let a=a very long value; %let b=%kindex(&a,v); %put V appears at position &b..;
V appears at position 3.