Hi guys,
I'm trying to find some docs about ROA and it was impossible.
I have some doubts about the HANDLER keyword!
Theoretically, the HANDLER keyword has format
HANDLER(handler{(procedure)}{:commarea})
and handler can be a service program or a program.
If it's a service program must we specify a procedure name? Or can we use
predefined names like stated in IBM i 7.1 Technical Overview (SG247858)? (where
IBM says that we can write procedures that are "implicit called" by RPG using
the handler name with a suffix corresponding to the operation to be executed
(handlerOPEN, handlerREAD, etc.))
All the examples I have found use a program or a service program with a
procedure name.
Has someone been playing with ROA and can give me some light?
Thanks
Wilson |