Keyboard Shortcuts
Likes
Search
Re: (B)Rexx and Signal
¿ªÔÆÌåÓýBert, Well the error seems clear, when I code it I get the error:- ? SIGNAL ON must be followed by one of the keywords ERROR, HALT, NOVALUE, NOTREADY or SYNTAX ? But I haven¡¯t checked they all work! For example I would expect ¡°signal on failure¡± to trigger a syntax error and it doesn¡¯t. It does work on SP5 REXX so I¡¯ll investigate but it will not be today¡ So ¡°FAILURE¡± is not currently supported. I checked on the SP5 system at LCM+L and its not supported there in the ¡°original¡± REXX either. I checked in a ¡°recent¡± zVM manual (7.1) and its not in there either. So I don¡¯t think raising a bug report will get it added. ? Which IO? Well if you want it to work on the LCM+L SP5 then you need EXECIO. Looks like on latest zVM both work. Its your choice. ? Dave ? From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 08:35 To: [email protected] Subject: Re: [h390-vm] (B)Rexx and Signal ? Hello and thank you for the wonderful reply, ? As all the other SIGNAL ON work, should / will SIGNAL ON FAILURE work in VM/CE's REXX? ? Should I open a ticket to get SIGNAL ON FAILURE to work? ? Does VM/CE support EXECIO or should I be using lineout and linein, as well as charout and charin? ? Thanks, Bert ? ? On Mon, Jan 2, 2023, 02:15 Dave Wade <dave.g4ugm@...> wrote:
|