Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com
SQLCode -313
Causa
THE NUMBER OF HOST VARIABLES SPECIFIED IS NOT EQUAL TO THE NUMBER OF PARAMETER MARKERS.
The number of host variables specified in the EXECUTE or OPEN statement is not the same as the number of parameter markers (question marks)
appearing in the prepared SQL statement.
Ação do sistema
The statement cannot be executed.
Resposta ao Desenvolvedor
Correct the application program so that the number of host variables specified in the EXECUTE or OPEN statement is the same as the number of
parameter markers appearing in the prepared SQL statement.
The DESCRIBE INPUT SQL statement can be used to determine the expected number of input parameter markers.