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

DataLoader/MP Reference Manual—424148-003
ix
About This Manual
This manual describes DataLoader/MP software, which is used to load and maintain
NonStop SQL/MP and Enscribe databases.
It contains reference information for the product and describes its features and syntax.
Audience
This manual was written for database administrators and programmers. End users can
also use this manual.
Readers of this manual should know the following:
•
The fundamentals of SQL/MP
•
The fundamentals of the HP NonStop Kernel operating system
•
The fundamentals of SQLCI
Organization of This Manual
Section Title This section...
1 Introduction to DataLoader/MP
Describes the features and uses of
DataLoader/MP, a typical loading scenario,
and DataLoader/MP’s relationship to other
loading tools.
2 DataLoader/MP Components
Describes the file package delivered with
DataLoader/MP as well as the structure and
file system of DataLoader/MP.
3 Running DataLoader/MP
Explains how to run DataLoader/MP. It
describes parameters defined by HP and gives
examples of the use of these parameters. It
also discusses parallelism and how to build
your load application to run DataLoader/MP
most effectively.
4 Specifying File-Related Options
for DataLoader/MP
Explains the two types of file-related options
for DataLoader/MP: interpretations and
modifiers. It further describes how to control
the way DataLoader/MP reads, converts, and
processes a file’s contents.
5 Creating a Customized Version
of DataLoader/MP
Explains how to create a customized version
of DataLoader/MP by combining user exits
and utility routines.