Job control (computing): Difference between revisions

Content deleted Content added
No edit summary
Line 23:
 
=== Batch-oriented features ===
SinceAlthough batcha processing,computer although thereoperator may be apresent, computerbatch operator present,processing is intended to mostly operate without human intervention. Therefore, many details must be included in the submitted instructions submitted.:
* which program(s) to run;
 
* using which file(s) &and/or device(s) to usefor input-output;<ref>and many more details, such as whether the file is to be retained or deleted, the maximum of disk space to which it can grow, the name of a tape to be pre-mounted</ref> for input/output, and
These include:
* which program(s) to run
* using which file(s) &/or device(s)<ref>and many more details, such as whether the file is to be retained or deleted, the maximum of disk space to which it can grow, the name of a tape to be pre-mounted</ref> for input/output, and
* at times to also indicate under what conditions to skip a step.