0x005700A6 (5701798) A PSB is already scheduled.
Explanation
A stored procedure application issued a SCHD call, but a PSB was already scheduled by the application. Only one PSB can be scheduled by a stored procedure at a time. A CACTDRA TERM call must be issued to unschedule the current PSB before it schedules a subsequent PSB. The corresponding CACTDRA return code value is 10.
User response
Correct the application logic.