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.
Output of rexx is coming in UPPER Case only
-
- Posts: 136
- Joined: Mon Sep 21, 2015 1:39 pm
- Skillset: VSAM,CICS,JCL,COBOL
- Referer: INTERENT
- sergeyken
- Posts: 458
- Joined: Wed Jul 24, 2019 10:12 pm
- Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
- Referer: Internet search
Re: Output of rexx is coming in UPPER Case only
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.
If you do not present here the SPECIFIC example of your code resulting in this problem then no one can give any reasonable answer.
For instance, in those tons of REXX code I've ever created all characters appeared exactly in that case I wanted them to appear.
This is not general REXX problem, this is YOUR SPECIFIC CODE problem.
Javas and Pythons come and go, but JCL and SORT stay forever.
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Output of rexx is coming in UPPER Case only
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...
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...
- sergeyken
- Posts: 458
- Joined: Wed Jul 24, 2019 10:12 pm
- Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
- Referer: Internet search
Re: Output of rexx is coming in UPPER Case only
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...
This is one possibility, out of many others.
It is not good idea: trying to guess what might be wrong in an unknown code of an unknown person. It resembles guessing in a lottery game.
Same as the call to a car service:
"Every morning I try to drive by car from home to office, but every time I failed. What do I wrong?"
Javas and Pythons come and go, but JCL and SORT stay forever.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 11
- 3639
-
by willy jensen
View the latest post
Thu Oct 15, 2020 1:25 am
-
- 3
- 2766
-
by willy jensen
View the latest post
Tue Jun 29, 2021 1:36 pm
-
- 2
- 2248
-
by Pedro
View the latest post
Tue Feb 27, 2024 4:44 am
-
-
CICS program output different when ran using CEDF.
by rogerstrycova » Sun Oct 03, 2021 4:52 pm » in CICS - 2
- 1541
-
by Robert Sample
View the latest post
Sun Oct 03, 2021 8:22 pm
-
-
-
Restart a program that has only GSAM output files
by RajaniSiddineni » Thu Jul 22, 2021 7:48 pm » in IMS DB/DC - 1
- 3965
-
by Isakshields
View the latest post
Mon Aug 09, 2021 5:57 pm
-