NetBatch-Plus Reference Manual

Glossary
NetBatch-Plus Reference Manual522461-002
Glossary-3
dependency
dependency. A relationship between two jobs that prevents one of the jobs (the dependent
job) from executing before the other job (the master job) releases it.
dependent job. A job with the WAITON attribute. Dependent jobs do not execute until
released by all the jobs specified by the attribute.
EBCDIC. Extended Binary Coded Decimal Interchange Code. One of the codes used to
represent characters in computers.
executor. A logical entity in a NetBatch scheduler. Executors link jobs, via their classes, to
CPUs. This link enables the scheduler to execute, in the specified CPU, the initial
process (the executor program) of each job. The number of active executors in a
scheduler determines the number of jobs that can run concurrently. For example, a
scheduler with 10 active executors can run up to 10 jobs at the same time. Similarly,
for a scheduler to run the maximum possible number of concurrent jobs (64), it would
need 64 active executors.
executor program. An object file started as a process by a NetBatch scheduler. The object
file can be a command interpreter (for example, TACL) or a compiler (for example,
COBOL85). It can also be a query language and report formatter (for example,
Enform), a utility (for example, FUP), or a user program.
IMMU. Informational Message Management Utilities. A product used for handling text such
as message text, help text, and keyword substitution. It consists of a utility that loads
and unloads key-sequenced message tables and the procedures needed to access
those tables. The NetBatch-Plus application uses the IMMU product for handling help
text.
input file. A file containing information an executor program needs to execute a job. For
example, if a TACL process is the executor program, the file contains TACL
commands. If the COBOL85 compiler is the executor program, the file contains the
program source. The syntax of the information in the file must comply with the syntax
rules of the executor program. In a traditional batch processing environment, the job
input file is known as a job control file.
JCF. Job control file. See input file.