PowerExchange for CDC and Mainframe 
			
			- PowerExchange for CDC and Mainframe 10.5.8
 - All Products
 
           
      	
            
	
      RTrim(field,'character')
 Parameter 
					   |  Description 
					   |  Datatype 
					   | 
|---|---|---|
result  
					  | Returns the contents of the field trimmed of the specified character from the right side. 
					   | CHAR 
					   | 
field  
					  | The field to be trimmed. 
					   | CHAR 
					   | 
character  
					  | Optional. The character to trim from the right side of the field. 
					  If a character is not specified, space is the default. 
					  Enclose the character value in single quotes. 
					   | - 
					   |