Did you mean to put a semicolon after that 'End'? Mike
_____ From: WalterPachl via Oorexx-devel [mailto:oorexx-devel@lists.sourceforge.net] Sent: 25 July 2022 07:02 To: Open Object Rexx Developer Mailing List Cc: WalterPachl Subject: [Oorexx-devel] suboptimal error diagnostic A phenomenon: A rather large program of mine ends as follows: H:\_tri>rexx trid test Syntax raised in line 219 Call merge pn rc=21 (Invalid data on end of clause.) The problem lies in merge.rex as shown by this snippet: H:\_tri>rexx good We call bad 27 *-* End , call o fl 2 *-* Call merge Error 21 running H:\_tri\merge.rex line 27: Invalid data on end of clause. Error 21.909: Data must not follow the END control variable name; found "O". Any idea? Regards Walter PS There is no "END control variable name" in merge.rex
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel