ACUSQL_SQLSTATE_2000_ON_EOD

Some embedded SQL products set SQLSTATE to the value of "02000" when end of data is reached on FETCH (SQLCODE = 100). The ASQL_SQLSTATE_2000_ON_EOD enables you to duplicate this behavior. Set this variable to the non-default value of TRUE to cause SQLSTATE to have the value 02000 whenever end of data is reached. When set to its default value of FALSE, SQLSTATE will have the value 00000.