Multiple choice technology mainframe

JES uses 2 characters to classify a jobs importance, both of which can be specified in the jobs jcl,they are

  1. Job class and Msgclass

  2. notify

  3. Job class and priority

  4. all the above

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

JES uses two characters to classify job importance: job class and priority. Job class is specified via the CLASS parameter in JCL (JOB statement or /*JOBPARM), and priority is specified via the PRTY parameter. MSGCLASS controls message destination, and NOTIFY controls who gets notified - these don't classify job importance.