Hi,

In pro-c when one sql statement fails, then all subsequent sql statments fail. sqlca contains error message from the previous sql execution status.
Suppose if "select emp_name from emp where emp_id = 100" no_data_found exception then all the sql operations fail (even the simple select statements like "select sequence.nextval from dual" would also fail. Can someone please help me.....

Regards
nagraz