We have a large character string in the memory, e.g. of 5M.
(1) we want to split the character string into an internal table with a field of c(1000), for example.
(2) we want to read the internal table, and concatenate each line into one string.
For STRLEN and CONCATENATE, it always ignores the trailing blanks. However, we don't want to LOSE ANY BLANKS.
thanks,
-Stanley