FRUN Loads and starts a foreground program SYNTAX FRUN filespec[/options] SEMANTICS Filespec is the name of the relocatable file to be run as the foreground job. The default file type is .REL. OPTIONS BUFFER:n Reserves n words in memory over and above normal program size NAME:jobname Assigns the specified logical job name to the job; system job monitors only 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 FRUN MYPROG FRUN DEMOSP/PAUSE FRUN DEMOFG/BUFFER:1300 FRUN PROG/TERMINAL:3