On Tue, 27 Aug 2013 01:51:54 -0500, Karl-Heinz Doppelfeld wrote: > >your code is right except your inititialyze for 'outstem.=0'. This initialyze >the complete stem 'outstem.' with '0' and than the execio tries to write many >(I do not know how much) lines to your output file. > >When you initialyze only 'outstem.0=0' for computing your stem counter your >REXX works fine. > As Joel Ewing suggested, the code may then still not be serially reusable. But that could be repaired by adding a "procedure expose" instruction.
And it still can't deal with empty lines and blank lines. But I've suggested a repair for that, earlier. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
