Specifies the options that are passed to a JVM when mixing Java and COBOL. 
                  	  
               
            
 
            	 
            
               Syntax:
 
               		 
               		>>---set-reduce_java_signals=--.-TRUE--.-------><
                               +-FALSE-+ 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - TRUE 
                     			 
                  
- When mixing Java and COBOL, the Java VM is initialized with the 
                     				-Xrs option. Also, on HP-UX platforms, the 
                     				-Xusealtsigs option is set. These options prevent the Java run-time from catching the SIGHUP, SIGINT, SIGQUIT, SIGTERM signals, and additionally
                     on HP-UX, the SIGPROF signal. See the Java documentation for more details on these options. 
                     			 
                  
- FALSE 
                     			 
                  
- When mixing Java and COBOL, default Java signal handling behavior is used. 
                     			 
                  
  
            	 
            
               Properties:
 
               		 
               		
               
                   
                     			  
                     			  
                     			 
                      
                        				
                         
                           				  
                           | Default: | TRUE | 
                        				
                        
                           				  
                           | IDE equivalent: | None | 
 
                        			 
                      
                     		  
                  
                 
               	 
              
            	 
            
               Comments:
 
               		 
               		
               This tunable is implicitly set to TRUE when using the -i run-time switch.