which of the following statements would be true?

Consider the following code snippet:

If this code were executed, which of the following statements would be true?

Consider the following code snippet:

If this code were executed, which of the following statements would be true?

A.
The priority of the lne_job1 job would be set to 1.

B.
The lne_job1 job would be executed synchronously.

C.
The lne_job1 job would run immediately in the users current session.

D.
The lne_job1 job would retain its current priority.

E.
The job will immediately take priority over all running jobs.

Explanation:
job_priority
This attribute specifies the priority of this job relative to other jobs in the same class as this job. If multiple jobs
within a class are scheduled to be executed at the same time, the job priority determines the order in which jobs
from that class are picked up for execution by the job coordinator. It can be a value from 1 through 5, with 1
being the first to be picked up for job execution.
If no job priority is specified when creating a job, the default priority of 3 is assigned to it.



Leave a Reply 0

Your email address will not be published. Required fields are marked *