On Fri, 23 Dec 2016 11:25:33 -0800, Ed Jaffe wrote:

>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.
>
More easily, with either of:
    => allocate path('/dev/null')
    => send 'Hello' user(*)

TSO commands have had case-sensitive arguments as long as I can
remember.  ISPF has always been wrong to case fold arguments of
the TSO command.

And here, I discover another TSO idiocy:

    send Hello user(*)
    IKJ56700A ENTER MESSAGE TEXT ENCLOSED IN APOSTROPHES -
    'Hello'
    IKJ56712I INVALID KEYWORD, HELLO
    IKJ56703A REENTER THIS OPERAND -

wtf!?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to