A batch operating system's primary role is to execute jobs in batches automatically.
In batch operating system,
All the jobs of a batch are executed sequentially one after the other.
The output is obtained only after all the jobs are executed.
Thus, priority can not be implemented if a certain job has to be executed on an urgent basis.
#operatingsystem #oslectures