This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
I have a server side function that updates 4 files, and all must be updated together. The function is running on an IBM i. I have an issue in that if one fails on an record lock the others update. How can I have the function stay and keep tiring the update until the lock is gone.
I have done this in RPG, but not sure of the best way in a Lansa server side function.