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
1-1
1 Introduction to DataLoader/MP
Dataloader/MP and native mode (NM) DataLoader/MP are software products that are
used to load and maintain NonStop SQL/MP and Enscribe databases. Both products
use the same syntax. NM Data/Loader/MP has additional capabilities that are noted in
this manual when they occur.
DataLoader/MP Features
DataLoader/MP takes full advantage of the parallelism of the NonStop SQL/MP
database product. DataLoader/MP is designed to handle massive amounts of data with
an emphasis on efficient performance.
DataLoader/MP includes the following features:
•
Efficient handling of multiple input and output streams
•
An internal file system that overcomes file size limits, handles a multiplicity of files,
and facilitates tasks such as file concatenation
•
Sampling of input data
•
Determination of partition boundaries
•
Generation of test data
•
Data extraction and loading into data marts and workstations
•
Customizable user exits that let you tailor the program to your specific needs
•
A library that supports common loading and maintenance functions such as data
conversion, hashing, and sequential I/O
The DataLoader/MP process runs as a nonprivileged batch program on NonStop
Kernel systems. If part of the loading operation is done on another platform, use a
product on that platform to extract the desired data and send it to the NonStop system.
Uses for DataLoader/MP
A typical database customer might be faced with any or all of the following problems:
•
Loading very large amounts (terabytes) of data
•
Loading large amounts (gigabytes) of data within a given time
•
Converting data to various formats
•
Loading data that comes from multiple data sources such as tape or across
communication lines from other systems
•
Other problems such as system balancing and recovery