Using a Visual Warehouse 5.2 program to load data from a delimited flat file into a DB2 UDB EEE database, replacing existing data

This step is intended for Data Warehouse Center users who previously used Visual Warehouse Version 5.2.

Use this step to run the Visual Warehouse 5.2 Load flat file into DB2 UDB EEE (AIX only) (VWPLDPR) program in the Data Warehouse Center. This step loads data from a delimited flat file into a DB2 UDB Extended Enterprise Edition database, replacing existing data.

Before you use this program, you must be familiar with parallel system concepts and parallel load.

VWPLDPR performs the following steps when it is loading data to a parallel database:

  1. Connects to the target database.

  2. Acquires the target partitioning map for the database.

  3. Splits the input file so each file can be loaded on a node.

  4. Runs remote load on all nodes.

If the load step fails on any node, VWPLDPR does the following:

  1. Builds an empty load data file for each node.

  2. Loads the empty data files.

VWPLDPR extracts the following step and warehouse source parameter values from the Process Modeler and your step definition:

These parameters are predefined. You do not specify values for these parameters.

Additionally, there are a number of parameters that you must provide values for.

../byb.gif Authorities and privileges

../rule.gif

To define a DB2 UDB EEE (AIX) (VWPLDPR) Data Warehouse Center program:

  1. Open the step notebook.

  2. Specify information for your step:

  3. On the Parameters page, provide values for the following parameters:

  4. On the Processing Options page, in the Agent Site list, select an agent site where you want your step to run. The selections in this list are agent sites that are common to the source tables, the target table, and the transformer or program that you are defining.

  5. If you want to have the option to to run your step at any time, select the Run on demand checkbox. Your step must be in test or production mode before you can run it.

  6. Optional: Select the Populate externally check box if the step is populated externally, meaning that it is invoked in some way other than by the Data Warehouse Center. The step does not have to have any other means of running in the Data Warehouse Center in order to change the mode to production.

    If Populate externally is not selected, then the step must either have a schedule, be linked to a transient table that is input to another step, or be started by another program in order to change the mode to production.

  7. In the Retry area, specify how many times you want the step to run again if it needs to be retried and the amount of time that you want to pass before the next run of the step.

  8. Click OK to save your changes and close the step notebook.

Related information

Moving and transforming data

Population type descriptions

List of steps and step subtypes

Data Warehouse Center concepts