Multiple choice technology mainframe

Which of the following is a valid command to resume a user id named "OPS07"

  1. moduser OPS07 resume

  2. altuser resume OPS07

  3. altuser OPS07 resume

  4. altuser OPS07 reset

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

The correct RACF command to resume a suspended user is ALTUSER userid resume. The syntax requires the ALTUSER command keyword, followed by the userid, then the RESUME keyword. This reactivates a previously revoked or suspended user ID.