NetBatch Manual
Messages
NetBatch Manual—522460-004
A-2
Message Types
Message Types
There are three types of NetBatch messages: error, informational, and warning.
Error Messages
Error messages (prefix nnnn-E) indicate NetBatch software did not perform the
requested function and give a reason. For example, this error message appears if you
try to delete an executing, over-limit, or suspended job with the DELETE JOB
command:
Informational Messages
Informational messages (prefix nnnn-I) confirm NetBatch software performed the
requested function, but the function had no effect. For example, this informational
message appears if you enter an FC, !, or ? command that specifies a nonexistent line:
Warning Messages
Warning messages (prefix nnnn-W) indicate NetBatch software performed the
requested function, but a condition exists that might affect the function’s successful
outcome. For example, this warning message appears if you submit a job to a
scheduler without specifying the job’s input file:
2077-E Job is executing or suspended; DELETE command ignored
0541-I No such line
0513-W IN file does not exist; create and secure as required