Determines how the EXIT PROGRAM statement is executed. 
                  	  
               
            
 
            	 
            
               Syntax:
 
               		 
               		>>-.---.---EXIT-PROGRAM--"option"---><
   +-/-+ 
 
               	   
            	 
            
               Parameters:
 
               		 
               		
               One of: 
                  		  
                  
 
                     			  
                     				
                     - ANSI 
                        				
                     
  
                     				
                     - If an EXIT PROGRAM statement is executed in a program that is not under the control of a calling program, it causes execution
                        of the program to continue with the next executable statement. 
                        				
                     
  
                     			  
                     			  
                     				
                     - GOBACK 
                        				
                     
  
                     				
                     - If an EXIT PROGRAM statement is executed, it behaves like a GOBACK statement, that is, it causes a STOP RUN if executed in
                        a main program. 
                        				
                     
  
                     			  
                     		  
                  
 
                  		
                 
               	 
              
            	 
            
               Properties:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Default: 
                                 				  
                               |  
                              				  
                              EXITPROGRAM"ANSI" 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | Phase: 
                                 				  
                               |  
                              				  
                              Syntax check 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | $SET: 
                                 				  
                               |  
                              				  
                              Any 
                                 				  
                               |