We have a need for scheduling large batch jobs during non-prime hours. The jobs must follow a schedule and certain order, like a traditional mainframe production environment. We also need to charge back for system resources. To add a new user, select a job number and create a UAF record with an appropriate account (for charge back information), owner (for documentation), and set it up for batch only. Also, add a record to the JOB_LIST.DAT file. The relevant routines to use are ST (to start a production job), RERUN (to rerun a job), CONTACT (for finding the support contacts), and ERRFIN (keeps track of if jobs aborted during execution). Also, define ERRFIN as a foreign symbol so that all users may get to it (ours is done by 'ERRFIN == "$MED$COMMON:ERRFIN.EXE"'). Also, include "@ERRFIN_START" in your SYSTARTUP file.