[VAXF84.FERMILAB.SYSMGR] This submission includes a few of the utility procedures used by the system manager on the Fermilab Accelerator Controls VAXen. Each procedure includes comments documenting its usage and actions. These procedures are used at Fermilab to implement a set of cyclic batch jobs which run every night, every week (Monday morning) and on the first day of every month. These batch jobs are then used to schedule other jobs and events for that particular time interval. The EVERY*.JOB files are submitted as the cyclic batch jobs. These files provide for resubmitting the batch job for its next cycle. All other actions of the batch job are handled in the EVERY*.COM procedure so that changes may be made without having to delete and resubmit the batch job (since the VMS batch job controller only remembers files by their file ids, not their file specifications). All the jobs provide a common facility for batch jobs to be submitted for other users (the EVERY* jobs run under the SYSMANAGER user, this is just another [1,4] account but without all the dangerous SYSTEM privileges). The USRSEJOBS.COM procedure implements the scan of the database (see USRSEJOBS.DAT for an example) and uses the SETUSER and GETUAF programs contained in the Fermilab submission for the Spring 1984 VAX SIG tape. With V4, USRSEJOBS.COM will be changed to use the supported SUBMIT qualifier /USERNAME to submit a batch job under another user (replacing at least the SETUSER program).