On Sun, 19 Jul 2015, at 04:48, Shmuel Metz (Seymour J.) wrote: > In > <6d9a4898a1696d4f8a5895cca761e4b302b5e...@dmi-win-exmb2.donegalgroup.com>, > on 07/16/2015 > at 06:57 PM, "Pfister, Nathan" <[email protected]> > said: > > >Chuck is correct, > > Afraid not. > > >just checked back through my rexx execs > > Check character for character, keeping in mind that '' is not the same > as ".
In execs where single and double quotes are to be used it's often easier to define: sq = "'" dq = '"' and then concatenate instances of the variables together as required. > The choice of variable names is misleading, since th value returned is > not the return code. In fact, in REXX return codes only apply to host > commands, not to functions. Documentation describes what's returned by the listdsi function as a "function code". -- Jeremy Nicoll - my opinions are my own. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
