Multiple choice technology mainframe

Which of the following is not used with LINES parameter

  1. DUMP

  2. CANCEL

  3. ABEND

  4. WARNING

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

In JES2, the LINES parameter specifies output line limits and can be used with values like DUMP (dump output), CANCEL (cancel output), and WARNING (issue warning message). ABEND is not used with LINES - it's a separate job termination action.