Table header file .h question
Hi - We have a custom NER which uses a third party vendor provided table ( FXXXXX) . The NER's C code internally uses the header file for the table i.e ( FXXXXX.h).
As a part of the third party software update only indexes were added to the table . None of the field lengths ( DD item lengths in the table or columns ) were modified as a part of the change . Even the database table columns have the same alias and lengths . But for some reason in the (FXXXXX.h) file provided by them one of the column length was increased from 20 to 30 characters. As a result of this the NER is giving unexpected results when querying the database to return the results.