On Thu, 1 Nov 2018, at 14:25, Dana Mitchell wrote: > Apparently I didn't miss a checkbox or anything, IBM says they are able > to recreate this problem. How long has 2.2 been out? Am I the first to > try this? Would it help if I pointed them to the PULL statement in the > REXX that's causing the problem?
I don't recall seeing your original question... but you are aware that the REXX pull statement is a short form of parse pull upper aren't you? That is, pull always works with an uppercase version of the input string. If you need mixed case you should use: parse pull ... -- 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
