On Thu, 31 Dec 2009 10:13:53 -0700, Howard Brazee wrote:

>On 31 Dec 2009 07:40:03 -0800, Tom Marchant wrote:
>
>>>What objective would be served by converting to lower case?
>>
>>Easier parsing.  If everything input is all in one case, it is a bit easier
>>to parse the commands and options entered.
>
>Significantly easier?

Maybe not.  I think Shmuel was right to assume that if BCD was lower case
only that TSO would have converted everything to lower case just as in fact
it converts everything to upper case.  Why would it do that?  My guess is to
make it easier.  I did say "a bit easier".  If I was coding a parser today,
I'd probably copy the input line to another area, translate the copy to all
upper (or lower) case and parse, then extract data from the untranslated copy.

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to