This is CLIST code. By default, CLIST changes all statements to upper case before execution. Add CONTROL NOCAPS after ISREDIT MACRO.
-----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Steely.Mark Sent: Wednesday, January 8, 2025 2:05 PM To: [email protected] Subject: ISREDIT CAPS ON OFF [Some people who received this message don't often get email from [email protected]. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] I am issuing this ISREDIT macro against a PDS member. ISREDIT MACRO ISREDIT CAPS = OFF ISREDIT CHA "NAME = " + "," ALL ISREDIT CHA "ACCESSORID = " + "DCPRCSC1,CICS Elevated Assess for Customer Support Center," + 1 ALL ISREDIT LINE_BEFORE .ZFIRST = " " ISREDIT LINE_AFTER .ZLAST = " " EXIT: + EXIT CODE(0) After the update is completed, I noticed all the text is in upper case. I have tried a lot of things but it always returns upper case characters. Any ideas ? Thank You ---------------------------------------------------------------------- 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
