Hi All,
My rexx output is always coming in upper case. Since we know rexx is case insensitive so not sure why the default output is coming in upper case only.
Can someone help me if any profile setting need to be change.
arya_starc wrote:Hi All,
My REXX output is always coming in upper case. Since we know rexx is case insensitive so not sure why the default output is coming in upper case only.
Can someone help me if any profile setting need to be change.
willy jensen wrote:Do you, by any chance, read the stack using something like PULL REC? Or start a subroutine with something like ARG PRM ?
To preserve case you must use PARSE PULL REC and PARSE ARG PRM respectively.
As sergeyken said, this has to be a coding error, not the product itself, so please show us some code...
"Every morning I try to drive by car from home to office, but every time I failed. What do I wrong?"