5.11.1 Overview

You may want to store the input data file after editing it with a user-created program, instead of storing it in the database as is. Such a user program is called a UOC (user's own coding). You can create UOCs in C language.

There are two ways to load a table using a UOC:

Figure 5-28 Table loading using a UOC (using the utility to input the input data file) and Figure 5-29 Table loading using a UOC (using a UOC to input the input data file) show the concept of these methods:

Figure 5-28 Table loading using a UOC (using the utility to input the input data file)

[Figure]

Explanation
Repeat steps 3 through 7 until all data is loaded from the input data file.

Figure 5-29 Table loading using a UOC (using a UOC to input the input data file)

[Figure]
Explanation
Repeat steps 3 through 7 until all data is loaded from the input data file.