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'. And there's the obsolescent t'string' construct; still tolerated but no longer documented AFAIK.
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 [email protected] with the message: INFO IBM-MAIN
