SRUN		Loads and starts a system job

  SYNTAX
	SRUN filespec[/options]

  SEMANTICS
	Filespec is the name of the relocatable file to be run as the
	system job.  The default file type is .REL.

  OPTIONS
   BUFFER:n
	Reserves n words in memory over and above normal program size
   LEVEL:n
	Assigns priority n to the job; n is a number from 1 to 6
   NAME:jobname
	Assigns the specified logical job name to the system job
   PAUSE
	Prints the load address and waits rather than starting the job;
	a RESUME command will start the job
   TERMINAL:n
	Assigns terminal unit n to interact with the foreground job;
	multi-terminal monitors only

  EXAMPLES
	SRUN EL/LEVEL:4/TERM:1
	SRUN F4JOB.REL/BUFF:1000