Am 10.02.2012 um 23:34 schrieb Rick McGuire <[email protected]>:

> I'm really not sure what you're asking here.  The rxffsub flag is an
> input to the exit that merely tells you how the routine was invoked
> (function or CALL instruction).  The rxfferr and rxffnfnd flags are
> used to raise either the invalid call to routine or function not found
> errors and only have meaning if the exit return value is HANDLED
> (i.e., the exit chooses to handle these, and the result is a request
> to raise an error).

In the case of such an error, shouldn't the handler return RXEXIT_RAISE_ERROR 
instead of RXEXIT_HANDLED?

---rony


> On Fri, Feb 10, 2012 at 11:03 AM, Rony G. Flatscher
> <[email protected]> wrote:
>> Sorry, a bad mistype in the question!
>> 
>> 
>> On 10.02.2012 17:00, Rony G. Flatscher wrote:
>> 
>> Some Rexx system exits have flags in their parmBlocks which should be set by
>> the handlers.
>> 
>> RXOFNC, RXEXF and RXFNC have a structure of the following named flags:
>> rxfferr, rxffnfnd, and rxffsub.
>> 
>> The question would be: upon return from the exit handler, can these flags be
>> safely explored if the
>> handler returned RXEXIT_HANDLED?
>> 
>> The above question should read:
>> 
>> The question would be: upon return from the exit handler, can these flags be
>> safely ignored if the
>> handler returned RXEXIT_HANDLED?
>> 
>> 
>> 
>> Or with other words: should these flags only be inspected and reacted upon,
>> if the exit handler
>> returned RXEXIT_RAISE_ERROR?
>> 
>> 
>> TIA,
>> 
>> ---rony
>> 
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> _______________________________________________
>> Oorexx-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>> 
> 
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to