0x005700A5 (5701797) The number of parameters that was passed to the CACTDRA is not correct.
Explanation
The number of parameters that was passed to the CACTDRA is not correct for the type of DL/I call that was issued. The number of parameters that CACTDRA expected and the number of parameters that were received are displayed in the data server detail log report. The number of parameters is one more than what was passed by the stored procedure. SAS/C transient modules add another parameter and contain the name of the program that is invoked. The corresponding CACTDRA return code value is 1.
User response
Correct the stored procedure application to supply the correct number of parameters for the type of call that was issued.