Please enable JavaScript to view this site.

ESL Documentation

Navigation: ESL Documentation > ESL DB/Assist > FAQs

Q10 What does an SQLCODE of 100 mean?

Scroll Prev Top Next More

An SQLCODE of 100 indicates a "not found" condition has been met. This will happen while fetching the results of a multi-row select statement, when the results being returned from the multi-row select statement have been exhausted. Your ESL application should continue execution once this condition has been met.