The 
                  		LSRECDELIM option specifies the characters to be used as the record delimiter in line sequential files. 
                  	 
 
            	 
            
               Syntax:
 
               		 
               		
                
                  		    
                  			 LSRECDELIM 
                  			 = 
                  			  {  
                  				0A 
                  			  }  
                  			  {  
                  				0D0A 
                  			  }  
                  		    
                  		
               
 
               	 
              
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - 0A 
                     			 
                  
- The hexadecimal character x"0A" is used as the record delimiter for line sequential files. 
                     			 
                  
- 0D0A 
                     			 
                  
- The hexadecimal characters x"0D0A" are used as the record delimiter for line sequential files.