Multiple choice technology mainframe

Parsing patterns in REXX.

  1. Matching string

  2. Positional

  3. Mixed

  4. None of the above

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

REXX parsing templates support matching string patterns, positional (numeric) patterns, and mixed patterns that combine both strategies to extract substrings from input data.