CHANGE 'AAA' 'Aaa' ALL will send the command CHANGE AAA' Aaa ALL to ISREDIT. In additions to setting CAPS off, you probably want something like "CHANGE 'AAA' 'Aaa' ALL WORD" or CHANGE 'AAA' '''Aaa''' ALL WORD, where the first uses quotes to avoid doubling the apostrophes.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of ITschak Mugzach <[email protected]> Sent: Wednesday, September 17, 2025 12:24 PM To: [email protected] <[email protected]> Subject: Edit macro CHANGE not preseriving case External Message: Use Caution I wrote a simple edit macro to change the case of a text. but it is still keeping the old case and not folding to lower case. for example: /* Rexx */ Address ISREDIT CAPS OFF CHANGE 'AAA' 'Aaa' ALL What am I doing wrong? ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
