Statement : 0 Message : (0168) - Recursive invocation of RDML level function detected.
Posted: Sun Aug 07, 2022 10:19 pm
Hi All ,
Calling a function in BATCH iseries this error occurs.
Bericht . . . . : Fatal Error : Process : MATCHO RDML RPG Interface
Function : EABJMX Statement : 0 Message : (0168) - Recursive invocation of
RDML level function detected. Routine : X_Add_to_Invocation_Stack.
Oorzaak . . . . : dit bericht wordt gebruikt door toepassingsprogramma's al
een algemeen afbrekingsbericht.
Function KVAKEAB
Function Options(*NOMESSAGES *DEFERWRITE *DIRECT) Rcv_List(#XW_DATA #XW_DATSUP #XW_ASCII #XW_EFBKNM #XW_ADO #XW_ADL #XW_IMAEFB)
Call Process(*DIRECT) Function(EABJMX) If_Error(*NEXT) Pass_Lst(#X2_DATA #X2_DATSUP)
* EABJMX
* Create JSON vanuit EAB naar Match Online
* fromf KVAKEAB
Function Options(*NOMESSAGES *DEFERWRITE *DIRECT) Rcv_List(#X2_DATA #X2_DATSUP)
When i call this function in a interactive job this error isn't there! EABJMX run's nice.
Both interactive / batch Function (RDML) call's as RDMLX EABJMX.
Maybe there are some tricks to avoid this?
Thanks
Twan
Calling a function in BATCH iseries this error occurs.
Bericht . . . . : Fatal Error : Process : MATCHO RDML RPG Interface
Function : EABJMX Statement : 0 Message : (0168) - Recursive invocation of
RDML level function detected. Routine : X_Add_to_Invocation_Stack.
Oorzaak . . . . : dit bericht wordt gebruikt door toepassingsprogramma's al
een algemeen afbrekingsbericht.
Function KVAKEAB
Function Options(*NOMESSAGES *DEFERWRITE *DIRECT) Rcv_List(#XW_DATA #XW_DATSUP #XW_ASCII #XW_EFBKNM #XW_ADO #XW_ADL #XW_IMAEFB)
Call Process(*DIRECT) Function(EABJMX) If_Error(*NEXT) Pass_Lst(#X2_DATA #X2_DATSUP)
* EABJMX
* Create JSON vanuit EAB naar Match Online
* fromf KVAKEAB
Function Options(*NOMESSAGES *DEFERWRITE *DIRECT) Rcv_List(#X2_DATA #X2_DATSUP)
When i call this function in a interactive job this error isn't there! EABJMX run's nice.
Both interactive / batch Function (RDML) call's as RDMLX EABJMX.
Maybe there are some tricks to avoid this?
Thanks
Twan