On Tue, 7 Feb 2023, at 16:40, Paul Gilmartin wrote:

> For some chores similar to this it's a crying shame that ISPF shuns
> compound symbols:
>
>     /* Suppose the content to insert is in stem TemplateLine.  */
>     do L = 1 to TemplateLine.0
>         address ISREDIT "line_after .zl = (TemplateLine.L)"
>         end L

Yes, but the only fractionally different 

    do L = 1 to TemplateLine.0
        newline = TemplateLine.L
        address ISREDIT "line_after .zl = (newline)"
    end L

will surely work?

-- 
Jeremy Nicoll - my opinions are my own.

----------------------------------------------------------------------
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