Multiple choice technology mainframe

How can a JES3 operator command be entered through the jobstream?

  1. Through the OPERATOR statement

  2. Through the console statement

  3. Through the COMMAND statement

  4. Through the //** statement

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

In JES3, operator commands can be embedded in the jobstream using the //** statement. This allows jobs to issue operator commands during execution. Options A, B, and C refer to other statements (OPERATOR, CONSOLE, COMMAND) that have different purposes.