Multiple choice technology mainframe

How can submitting user's RACF authority be overridden in a job stream?

  1. Through the USER parameter

  2. Through the USER and PASSWORD parameter

  3. Through the RACF parameter

  4. By notifying the console operation to override authority

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

In JCL, RACF (Resource Access Control Facility) authority can be overridden by specifying both the USER and PASSWORD parameters on the JOB statement. This allows the job to run under a different user context than the submitter's default authority. The USER parameter alone is not sufficient for this override.