NetBatch-Plus Reference Manual

Glossary
NetBatch-Plus Reference Manual522461-002
Glossary-2
class
class. A logical entity in a NetBatch scheduler. Classes control the flow of jobs to executors
and therefore to those executors’ CPUs. You can use classes to group jobs according
to their demand for system resources. For example, you could group CPU-bound jobs
such as program compilations into one class, I/O-bound jobs such as reports into
another class, and so on. You can assign classes to multiple executors, the order in
which you do so determines the order in which the executors process them.
completion code. A status code returned by a process to its creator. The code indicates
whether the process terminated successfully or otherwise.
concurrent job. A job executing at the same time as another job. A NetBatch scheduler can
execute up to 64 concurrent jobs.
control job. See bulk submit control job.
daily production bulk submit run. A production bulk submit run in which the bulk submit
program runs automatically at the same time each day. See also production bulk
submit run.
DBUPDATE tool. A Pathway application that lets you migrate a NetBatch-Plus database
from one system to another.
defaults DEFINEs. See DEFINE.
defaults set. A set of job attributes owned by a NonStop Kernel user and recorded by
NetBatch-Plus in its database. Jobs in the database can share a common
defaults set and adopt their attributes from that set unless otherwise specified.
DEFINE. A named set of attributes and associated values. In a DEFINE (as with an
ASSIGN), you can specify information that jobs communicate to processes they
start. The NetBatch-Plus application supports five types of DEFINEs:
Defaults DEFINEs hold the standard default values of a process such as the
default volume.
Map DEFINEs redirect or substitute files. You can enter the logical name of a map
DEFINE in place of a physical file name in a command or procedure call.
Spool DEFINEs pass information to the spooler collector process. The attributes of
a spool DEFINE specify parameters such as the spooler location and batch name.
SQL catalog DEFINEs specify the locations of NonStop SQL/MP catalogs. You can
enter the logical name of the catalog DEFINE in place of a catalog name in
CATALOG clauses in NonStop SQL/MP data manipulation language (DML)
statements.
Tape DEFINEs pass information to the tape process during labeled-tape
operations. Tape DEFINE attributes specify parameters such as the tape device
name and the record format.