The EJECT statement tells your COBOL system to print the next line of source code at the top of the next page. 
            
            
               General Format
               
                
               
             
            
            
               Syntax Rules
               
               
               
                  
                  - EJECT may begin either in area A or in area B, must be the only statement on the line and may optionally be followed by a
                     period. 
                  
 
            
            
               General Rules
               
               
               
                  
                  - The EJECT statement itself is not printed.