gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] True concatenate.


From: john Culleton
Subject: [open-cobol-list] True concatenate.
Date: Tue, 2 Jul 2013 14:47:32 -0400

I have string x and I want to add string y to the end of it. In other
words I want to do the equivalent of the *nix command 
cat y >> x
I can of course use a third field z as the receptor and move it back
into x. But is it legit to say 
STRING x y GIVING x.
??

-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: "Create Book Covers with Scribus"
available at http://www.booklocker.com/books/4055.html


reply via email to

[Prev in Thread] Current Thread [Next in Thread]