Multiple choice technology mainframe

SAY VERIFY('SUSAN','ABNTUSV') result : 0

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The VERIFY function in REXX returns the position of the first character in the first string that is NOT present in the second string. Since every character in 'SUSAN' (S, U, A, N) is contained in 'ABNTUSV', the function finds no discrepancies and returns 0.