The 
                  		SKIPLOCK option specifies whether to advance the current record pointer when a locked record is encountered during a sequential READ.
                  	 
 
            	 
            
               Syntax:
 
               		 
               		
                
                  		    
                  			 SKIPLOCK 
                  			 = 
                  			  {  
                  				ON 
                  			  }  
                  			  {  
                  				OFF 
                  			  }  
                  		    
                  		
               
 
               	 
              
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - ON
                     			 
                  
- Advance the current record pointer when a locked record is encountered.
                     			 
                  
- OFF
                     			 
                  
- Do not advance the current record pointer.