On 12/11/2014 8:01 AM, Paul Gilmartin wrote:
On Thu, 11 Dec 2014 08:39:23 -0600, Elardus Engelbrecht wrote:

Bill Ashton wrote:

I took that to mean that he can change lower case data independent of upper case data, even if the 
text strings might be similar. For example, changing "ftp.mynode.somthing" to 
"ftp.newnode.something" without also changing DSN=DATAFOR.MYNODE.TRANSMIT,DISP=SHR

If so, that can be done in ISPF edit session with

CHANGE c"ftp.mynode.somthing" c"ftp.newnode.something"

c - just lowercase. C - just Uppercase

I thought the 'c' modifier meant ASIS; I hadn't known of the distinction
between 'c' and 'C'.

There is none; that's a false statement.


And there's the obsolescent t'string' construct; still
tolerated but no longer documented AFAIK.

Huh. What was it for Paul?

-Steve Comstock



But can one control the case-sensitivity of picture strings?  Something
like cp"string"?  AFAIK, picture strings are unconditionally case-insensitive.

-- gil

----------------------------------------------------------------------
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