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

Reply via email to