Dataloader/MP Reference Manual
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction to DataLoader/MP
- 2 DataLoader/MP Components
- 3 Running DataLoader/MP
- 4 Specifying File-Related Options for DataLoader/MP
- 5 Creating a Customized Version of DataLoader/MP
- User Exits
- User Exit Descriptions
- BUILDKEY
- CHECKARG
- CONVERTIT
- DELETEIT
- DONEWITHTRANSACTION
- EXITSDESCRIPTION
- GETNEXTRECORD
- INITIALIZE1
- INITIALIZE2
- INSERTIT
- INSTRUCTIONS
- MISC1, MISC2, MISC3, and MISC4
- NEWTRANSACTION
- NEXTINDIRECTFILE
- SKIPPING
- STATISTICSTIME
- TERMINATING
- T0330U00_DEFAULTEXITS_C
- T0330U00-DEFAULTEXITS-COBOL
- T7900D41_DEFAULTEXITS_C
- T7900V00-DEFAULTEXITS-COBOL
- UPDATEIT
- Default User Exits
- DataLoader/MP Library
- The MAKE Routine for NM DataLoader/MP
- The MAKE Routine for Nonnative Mode DataLoader/MP
- 6 DataLoader/MP Examples
- 7 Recovery Strategies
- A Error and Warning Messages
- B Processing Flowcharts
- C C-Only Error Functions
- Index

About This Manual
DataLoader/MP Reference Manual—424148-003
x
Additional Information
Additional Information
While using the DataLoader/MP Reference Manual, you might need to refer to the
following manuals:
•
FastSort Manual
•
File Utility Program Reference Manual
•
Guardian Procedure Calls Reference Manual
•
TACL Reference Manual
Notation Conventions
General Syntax Notation
The following list summarizes the notation conventions for syntax presentation in this
manual.
6 DataLoader/MP Examples Provides examples to demonstrate
DataLoader/MP. These examples represent
the four basic loading scenarios from which
nearly all real loading scenarios are derived,
as well as use with FTP.
7 Recovery Strategies
Discusses strategies for planning
DataLoader/MP run scenarios so that you will
be able to rerun DataLoader/MP and
successfully load your database if you
experience a failure during the load operation.
A Error and Warning Messages
Lists the messages that relate to
DataLoader/MP along with their cause and
any recovery steps that should be taken.
Messages are grouped by the type of
operation that produces them.
B Processing Flowcharts
Describes the processing flow for
DataLoader/MP by using diagrams.
C C-Only Error Functions
Describes C-only SQL error checking
functions. These functions work for C
programs, but do not work for COBOL
programs. They are retained for compatibility
with earlier versions of DataLoad, but you
should not use them for new customizations.
Section Title This section...