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
A-1
A Error and Warning Messages
This appendix 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.
Conversion Routine Messages
Cause. Invalid format was given for milliseconds.
Recovery. Replace with correct format and restart DataLoader/MP.
Cause. Invalid DateTime format was used.
Recovery. Replace with correct format and restart DataLoader/MP.
Cause. Too many fields were given in DateTime.
Recovery. Enter correct number of fields and restart DataLoader/MP.
Cause. Datetime format entered is not supported.
Recovery. Replace with supported format and restart DataLoader/MP.
User Exit Messages
Cause. User exit Routine was called unexpectedly. It is likely that an incorrect version
of DataLoader/MP was called.
Recovery. Implement the user exit listed, or remove it from -X= argument and restart
DataLoader/MP.
DTLConvertToMilsAndMics: Invalid format for millisecond
:millisec
DTLExternalToInternalDatetime: Invalid DateTime format
:datetime
DTLExternalToInternalDatetime: Too many fields in DateTime
:datetime
DTLExternalToInternalDatetime: Does not support this format
:datetime
Routine : Unexpectedly called
Routine : Buffer too small