Hello out there,
I inherited some code where I work in cics that was using an estae exit in a subtask to perform retry logic. I have verified that this wasn't working. I need to do something more robust and am switching over to use a resmgr.
--All my libraries are APF authorized.-- checked it many times.
The init pltpi pgm is APF auth. and yes lked with ac=1
The subtask is APF auth. ditto.
In the subtask I am using modeset mode=sup before the 'resmgr' call. I blow up with a 047 abend. If I turn off the modeset, I get rc 52 from the resmgr call. This is the same reason.
This code works outside of CICS.
I am new to cics and trying a variety of things; unsuccessfully. What is the best retry method I should use in cics, if resmgr is not what I should be using.
Thank you,
jeff
I inherited some code where I work in cics that was using an estae exit in a subtask to perform retry logic. I have verified that this wasn't working. I need to do something more robust and am switching over to use a resmgr.
--All my libraries are APF authorized.-- checked it many times.
The init pltpi pgm is APF auth. and yes lked with ac=1
The subtask is APF auth. ditto.
In the subtask I am using modeset mode=sup before the 'resmgr' call. I blow up with a 047 abend. If I turn off the modeset, I get rc 52 from the resmgr call. This is the same reason.
This code works outside of CICS.
I am new to cics and trying a variety of things; unsuccessfully. What is the best retry method I should use in cics, if resmgr is not what I should be using.
Thank you,
jeff