BASE/1209 String overflow: + Explanation: An attempt was made to concatenate two character values whose combined length exceeded the maximum length. Action: Correct the program. The maximum length of a character value in CA-Clipper is 65519 characters.