<<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so
    <<<<<< 4 BOTTOM LINES CLEANING SUBROUTINE >>>>>>

ENCORE5

    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

ENCORE

    <<<<<< CLEAN THE INSIDE OF BOUNDED ARE ONLY >>>>>

BOX

                       ILLUSTRATION                     


GO

  Background processing is the ability to
  run a job unattended.  Several jobs may be run at
  once in the background, however only one in the
  foreground.  Note processes B1, B2 and F1.
       FOREGROUND    |       BACKGROUND
 |
 B1
    
 B2
    
 |
 |
 F1
    
    
 |
    
    
    
 |
    
    
    
 |
    
    
    
 |
    
    
    
 |
 After the first foreground process is finished, background
 processes B3 and B4 are started:
    
    
 B3
 |
    
    
    
 B4
 . . . and then the foreground process F2 is begun.
 |
 F2
    
    
    
 |
    
    
    
 |
    
    
    
 |
    
    
    
 |
    
    
 |
    
 Notice the asynchronous termination of the processes.