Doing a cut and paste from your message into an ooRexx rexxtry session, I don't get an error, so either my initial guess was wrong or the message text is not the same as what you executed.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of ITschak Mugzach <[email protected]> Sent: Thursday, August 1, 2024 3:50 AM To: [email protected] Subject: Regina rexx translate error I know, this is a mainframe forum, but I know many of you use Regina. Anyway, the command XXX = TRanslate(XXX,' ','"') get error msgs such as: sh: -c: line 0: unexpected EOF while looking for matching `"' sh: -c": line 1: syntax error: unexpected end of file. As you can see, I do use single quotes to enclose the double quotes. Any idea how to perform this translation? I also tried xxx = translate(xxx,' ','22'x) with same errors ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * nbsp; *|* ---------------------------------------------------------------------- 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
