Previous Topic: Job Management Manager Batch Execution

Next Topic: Job Management Manager in an OpenVMS Cluster

Batch Mode Logicals

The following logical names supported by the manager provide flexibility around Batch job support:

SCHED$BATCH_KEEP_LOG

If TRUE, the log files created by Job Management Manager jobs run in BATCH queues are kept. Otherwise, these log files are deleted when the job completes. This logical is defined initially in UJM$MANAGER$STARTUP.COM. The default value for this logical is TRUE.

SCHED$BATCH_PRINT_LOG

If TRUE, the log files created by Job Management Manager jobs run in BATCH queues are printed to SYS%PRINT. Otherwise, the log files are not printed. This logical is defined initially in UJM$MANAGER$STARTUP.COM. The default value for this logical is FALSE.

SCHED$BATCH_NAME_PREFIX

You can use this logical to override batch name prefix of Job Management Manager. If you define this logical, the value of it is used as the prefix to the batch job name. If you do not define this logical, the default value SCHEDULER is used. This logical is not defined by UJM$MANAGER$STARTUP.COM.