thanks for pointing that out, I totally forgot about those negative RC's and what uses them. is it the LISTDSI ? EXECIO ? I was mainly thinking about the TSO commands.
--- On Sat, 7/30/11, Ted MacNEIL <[email protected]> wrote: > From: Ted MacNEIL <[email protected]> > Subject: Re: REXX code on JES2 > To: [email protected] > Date: Saturday, July 30, 2011, 12:22 PM > >>(But beware of Rexx's > negative RC.) > > > > I still see no point in "lc = RC". > >"IF RC > maxcc THEN maxcc = RC" > > does as well. > > > Actually, it doesn't, as pointed out, work with negative > RC. > If maxcc is ZERO then a negative RC won't replace it. > If maxcc is NEGATIVE, a POSITIVE (or ZERO) RC will replace > it. > - > Ted MacNEIL > [email protected] > Twitter: @TedMacNEIL > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access > instructions, > send email to [email protected] > with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

