It lists the arguments for an EDIT macro. In this case there are none.

-- 
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר




________________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of 
Phil Smith III <[email protected]>
Sent: Wednesday, September 17, 2025 12:37 PM
To: [email protected] <[email protected]>
Subject: Re: Edit macro CHANGE not preseriving case


External Message: Use Caution


What does
'Macro ()'
do? Pointer to doc would be great if you have it!

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
Grantham, Chip
Sent: Wednesday, September 17, 2025 12:32 PM
To: [email protected]
Subject: Re: Edit macro CHANGE not preseriving case

Try this:
 /* REXX */
 address isredit
 'Macro ()'
 'CAPS OFF'
 'CHANGE "AAA" "Aaa"' all
 Exit

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
ITschak Mugzach
Sent: Wednesday, September 17, 2025 11:25 AM
To: [email protected]
Subject: Edit macro CHANGE not preseriving case

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

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

Reply via email to