I am new to the Eztrieve program. I tried to concatenate two strings as we do in other programming languages, such as COBOL and Python. Easytrieve has no string handling function or a keyword to merge two strings.
I also searched in Google and came to know about %CONCAT macro and it is one of the way to concatenate two strings.
Are there any other ways to concatenate two strings?