String Handling
RTRIM string[,length]
This statement aligns string at right, removing trailing blanks. Optional length parameter overrides the predefined length of the input string, so can be only <= of this predefined length.
Parameter Name Mode Type coding Remark 1 string Input/Output String C or X String to be aligned; max length 255 char. 2 length Input Integer F or H or const.