Multiple choice technology mainframe

" What will be value in W1 and W2 after the execution of command PARSE VALUE ‘To be, or Not to be’ WITH w1 ',' w2 "

  1. W1 = To be W2 = or Not to be

  2. W1 = W2 = be, or Not to be

  3. W1 = W2

  4. W1 NOT= W2

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

PARSE VALUE WITH parses the template into variables at the literal comma. W1 receives To be and W2 receives or Not to be the space after the comma is preserved.