first_occurs

[AUXWODBC], [ORACLE], [SYBASE], [sql.config DP4_database_name]
first_occurs = 0

This allows the user to override the default occurs numbering scheme used to construct names on the OEM database: DP4 multi occurs fields must be mapped to a series of fields on the OEM database.

For example a C30*4 address field becomes ADDRESS_0,ADDRESS_1...

first_occurs=1 will cause the indexes to start from 1 instead of 0.

first_occurs=00 or first_occurs=01 will cause the number to use two digits instead of 1 in all cases. (e.g. address_00), which may be useful if there are fields with occurs>10.

Refer to [sql.config DP4_database_name] section for more information.