Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: Why doesn't CONDENSE work on Char field?

$
0
0

Concatenate the strings seperated by gaps and then print the variable into which the strings get concatenated.

 

    Data: V1(100) TYPE c.

    Concatenate 'The value of First_One is:' First_One 'and the value of Second_One is:' Second_One '.' into V1 SEPARATED BY SPACE.
    WRITE: /  V1.

 

The output will be

The value of First_One is: Value1 and the value of Second_One is: Value2 .


Viewing all articles
Browse latest Browse all 8451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>