n Is the language to provide
instructions to the monitor
u what compiler to use
u what data to use
n Example of job format: ------->>
n $FTN loads the compiler and
transfers control to it
n $LOAD loads the object code
(in place of compiler)
n $RUN transfers control to user
program
$JOB
$FTN
...
FORTRAN
program
...
$LOAD
$RUN
...
Data
...
$END