Hi Gil,
The newline as part of a string is critical in VM-Land for PROFILE EXECs which want to IPL a Guest in a Rexx Exec. It is necessary because, as soon as the TERM CONMODE 3270 is issued, CMS is blown away, yet, the string is still in the CP Command buffer (waiting to executed).

Regards,
David

On 2021-06-26 08:25, Paul Gilmartin wrote:
On Fri, 25 Jun 2021 16:57:54 -0700, Charles Mills wrote:
And regarding #2, similarly

Bar = "blah blah" || X2C("0A") || "blah blah"

Or, perhaps:
     ... || '15'x || ...

This may motivate a question on TSO-REXX.

-----Original Message-----
From: Seymour J Metz
Sent: Friday, June 25, 2021 4:32 PM
    ...
2. A string literal whose value includes an embedded new line
-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to