Multiple choice technology programming languages

For getting the dump of user and system areas to the output device when a job terminates, we have to use which parameter?

  1. SYSMDUMP

  2. SYSABEND

  3. SYSUDUMP

  4. Any of the above

  5. None

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

SYSABEND produces a dump of both user and system areas when a job abends abnormally. SYSUDUMP is for user-requested dumps and does not include system areas. SYSMDUMP is not a standard JCL dump parameter. The question specifically asks for dumps when a job terminates (abends), making SYSABEND the correct choice.