Method: Concat2
Function name: concat
Parameter list: (CHAR sOne, CHAR sTwo)
Return type: CHAR
What the method does: Accepts two input parameter values, trims any trailing blanks, and concatenates the values. If any of the input values are null, the output is null.
Concat2 and Concat3 use the concat function.