What parameter of the job statement is used to limit the CPU time consumed by the job?

  1. EXECMAX

  2. LIMIT

  3. TIME

  4. RUNTIME


Correct Option: C

AI Explanation

To answer this question, we need to understand the parameters used in a job statement, specifically those related to limiting CPU time.

Option A) EXECMAX - This option is incorrect because EXECMAX is not a valid parameter used to limit CPU time. It is used to specify the maximum number of times a job can be executed.

Option B) LIMIT - This option is incorrect because LIMIT is also not a valid parameter used to limit CPU time. It is used to specify the maximum amount of resources a job can consume, such as memory or disk space.

Option C) TIME - This option is correct because the TIME parameter is used to limit the CPU time consumed by the job. It specifies the maximum amount of CPU time that the job can use before it is terminated.

Option D) RUNTIME - This option is incorrect because RUNTIME is not a valid parameter used to limit CPU time. It is used to specify the maximum amount of time a job can run, including both CPU time and waiting time.

The correct answer is Option C) TIME. This option is correct because the TIME parameter is specifically used to limit the CPU time consumed by the job.

Find more quizzes: