The statement DISPLAY ALL "abc" WITH SIZE n should display abc as many times as necessary to fill the n characters. However, GnuCOBOL only displays "abc" once and fills the remaining characters with spaces.
DISPLAY ALL "abc" WITH SIZE n
abc
n
Patches: #26
Fixed in [r2089].
Log in to post a comment.
Fixed in [r2089].