Multiple choice technology mainframe

Which value of parameter RD indicates that automatic and deferred restart in any form can't happen

  1. RNC

  2. R

  3. NC

  4. NR

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

RD parameter controls restart behavior: 'NC' means No Commit, which prevents both automatic and deferred restart in any form. This is the strictest setting. Other options like RNC might allow certain types of restarts under specific conditions.