InterviewSolution
Saved Bookmarks
| 1. |
What Is A Priority? |
|
Answer» It is a keyword parameter which specifies a job initiation priority within its job class. When the job is initiated, the SYSTEM will convert the job’s priority into a dispatching priority so that job’s task can complete with other tasks for use of MAIN storage and CPU RESOURCES. It is a keyword parameter which specifies a job initiation priority within its job class. When the job is initiated, the system will convert the job’s priority into a dispatching priority so that job’s task can complete with other tasks for use of main storage and CPU resources. |
|