You are correct about option 6. While investigating the responses the TSS clist I was using to issue the commands was switching everything to uppercase. When I don’t use the TSS clist to issue the commands the lowercase parms are retained.
Thanks for all you help. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Ed Jaffe Sent: Friday, December 23, 2016 1:26 PM To: [email protected] Subject: Re: TSS or RACF case sensitive On 12/23/2016 10:25 AM, Steely.Mark wrote: > I need to define stuff to TSS which is case sensitive. When I enter the > command from option 6 it converts it to uppercase. No, it doesn't. I just tested this and proved command operands are _not_ converted to uppercase. I get the same results from READY and from ISPF 6 under z/OS 2.2. You can prove this for yourself. Just set a breakpoint at the start of your program. At entry, R1 points to the CPPL. The first word is CPPLCBUF which points to the command buffer. List that data to satisfy yourself. -- Edward E Jaffe Phoenix Software International, Inc 831 Parkview Drive North El Segundo, CA 90245 http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
