The 
                  		TRACE option specifies whether 
                  		Xfhtrace, the File Handler trace module, is enabled. The 
                  		Xfhtrace module traces File Handler operations and logs all activity to a trace file. It is supplied to help you diagnose any problems
                  you may have with COBOL files.
                  	 
 
            	 
             
            	 
            
               Syntax:
 
               		 
               		
                
                  		    
                  			 TRACE 
                  			 = 
                  			  {  
                  				ON 
                  			  }  
                  			  {  
                  				OFF 
                  			  }  
                  		    
                  		
               
 
               	 
              
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - ON
                     			 
                  
- Set tracing on either for the individual file or, if specified under the 
                     				[XFH-DEFAULT] tag, for all files.
                     			 
                  
- OFF
                     			 
                  
- Do not produce a trace file.