Controls whether an RTS 119 error is generated when an attempt is made to load a program containing a duplicate entry-point.
                  
                  	  
               
            
 
            	 
             
               		
               Restriction: These tunables are supported for native COBOL only. 
                  		
               
 
               	 
              
            	 
            
               Syntax: 
 
               		 
               		>>-----set error_on_duplicate_entry_point =---.-TRUE-.------><  
                                              +-FALSE+ 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | TRUE | Force an RTS 119 error to be generated when loading a duplicate entry point. | 
 
                           				
                            
                              				  
                              | FALSE | Silently ignore duplicate entry-points. | 
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
            
               Properties:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | Default: | FALSE | 
 
                           				
                            
                              				  
                              | IDE equivalent: |  | 
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
            
               Example:
 
               		 
               		
               If program A is loaded and contains entry-point ENTA, and then program B is loaded which also contains entry-point ENTA, the
                  RTS can either issue an RTS 119 error ("Symbol redefined") when it encounters ENTA in program B, or silently ignore it.