Argument 1: Prüfzeichen (comparator)
Argument 2: zu prüfende Zeichen (base)

%CHECK(comparator : base {: start { : *NATURAL | *STDCHARSIZE}})






%CHECK returns the first position of the string base that contains a character that does not appear in string comparator. If all of the characters in base also appear in comparator, the function returns 0.

Ich bin der Meinung: das ist volle Absicht.

Du kannst ja, wie E305GL vorschlägt, eine alternative Funktion selber bauen.
In einer Schleife mit %subst() und %scan() ist das zu machen.