|
From: | Vincent Coen |
Subject: | Re: [open-cobol-list] True concatenate. |
Date: | Tue, 2 Jul 2013 21:28:52 +0100 |
User-agent: | KMail/4.10.2 (Linux/3.8.13-desktop-1.mga3; KDE/4.10.2; x86_64; ; ) |
Hi;
On Tuesday 02 Jul 2013 14:47:32 john Culleton wrote: > 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. > ??
Depends on compiler and for most answer is yes but test it should work for OC.
|
[Prev in Thread] | Current Thread | [Next in Thread] |