adesutherland / CMS-370-BREXX

VM/370 Port of BREXX
Other
7 stars 5 forks source link

SIGNAL ON FAILURE causes syntax error #75

Closed RossPatterson closed 3 months ago

RossPatterson commented 4 months ago

BREXX doesn't implement the FAILURE condition, which was added to Rexx after it was initially released (but still, back in VM/SP days). Coding Signal on Failure produces the following error:

     5 *-* Signal on Failure
Error 25.3 running ISSUE74, line 5: SIGNAL ON must be followed by one of the keywords ERROR, HALT, NOVALUE, NOTREADY or SYNTAX; found "FAILURE"
+++ R(20025) +++