On Sun, 27 Mar 2022 at 11:45, Rupert Reynolds <[email protected]> wrote: > > Related: how does LE handle strings with embedded troublesome bytes such as > x'00'? And is it different between PL/I and C?
LE doesn't change the rules of PL/I - it's merely an implementation detail. And PL/I strings (the traditional kind) don't have any dependence on the byte values in the data - in particular, a X'00' byte is not a string terminator. > I am reading the PL/I Programming Guide, but it takes but I'm hoping there > is an easy off-the-cuff answer. That was it. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
