Are you talking about member names in the assembly source code or member names 
at run time?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Charles Mills [charl...@mcn.org]
Sent: Sunday, March 29, 2020 2:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: strange python announcement

A member name would quite typically be a character string enclosed in
apostrophes.

Also, it's not the assembler, it's the hardware, but assembler "processes"
distinguishes case. CLC of storage containing <abc> is not equal to storage
containing <ABC>. A member name might be <abc> in storage passed to DESERV.

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Seymour J Metz
Sent: Sunday, March 29, 2020 10:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: strange python announcement

FSVO supports. The last I heard "Whenever a lowercase letter (a through z)
is used, the assembler considers it to be
identical to the corresponding uppercase character (A through Z), except
when it is used within a character string enclosed in apostrophes, or within
the positional and keyword operands of macro instructions." If that still
holds then only uppercase member names are supported.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to