The 
                  		IGNORELOCK option specifies whether to ignore locks if you open a file for input. 
                  	  
               
            
 
            	 
            
               Syntax:
 
               		 
               		
                
                  		    
                  			 IGNORELOCK 
                  			 = 
                  			  {  
                  				ON 
                  			  }  
                  			  {  
                  				INPUT 
                  			  }  {  
                  				OFF 
                  			  }  
                  		    
                  		
               
 
               	 
              
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - ON
                     			 
                  
-  If another user has the file open in any mode and locked a record, the lock is ignored. 
                     			 
                  
- INPUT 
                     			 
                  
- If another user has the file open for input and locked a record, the lock is ignored. 
                     			 
                  
 
                  		   
                  			 
                  - OFF 
                     			 
                  
- Do not ignore locks.