On Fri, 20 Jun 2025 21:44:59 +0100, Rupert Reynolds wrote:

>
>Do you mean like ANSI Rexx charout(stream-name, 'Hello, world')? (omit
>stream_name for stdout).
> 
I'm thinking  more like:
    call charout(stream_name, 'Hello,')
    call charout(stream_name, ' ')
    call charout(stream_name, 'world')
... just to exercise an edge condition.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to