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

Error and Warning Messages
DataLoader/MP Reference Manual—424148-003
A-8
File System Messages
Recovery. Check the field description and data to make sure the length specified is
long enough for data and restart DataLoader/MP.
Cause. The one-byte INT must be between 0 and 256.
Recovery. Change the data description field to accommodate the data and restart
DataLoader/MP.
Cause. The value specified is out of the two-byte INT range (0 through 65536).
Recovery. Change the data description field to accommodate the data and restart
DataLoader/MP.
Cause. The value specified is out of the four-byte INT range.
Recovery. Change the data description field to accommodate the data and restart
DataLoader/MP.
Cause. The datetime field listed is not in the correct format.
Recovery. Check syntax for CSV on page 4-2 , modify the data accordingly, and
restart DataLoader/MP.
Cause. The Guardian procedure call READEDIT operation has failed for the file
specified with the error listed.
Recovery. Resolve the error and restart DataLoader/MP.
Cause. Blocking is not allowed for edit files because it is done by the file system.
Recovery. Remove the block specifier from the edit file and restart DataLoader/MP.
Cause. DataLoader/MP tried to read or write to its own process, which is not allowed.
DTLReadCSV: Value out of range for a 1 byte int (data)
DTLReadCSV: Value out of range for a 2 byte int (data)
DTLReadCSV: Value out of range for a 4 byte int (data)
DTLReadCSV: Datetime has bad syntax (data)
DTLReadEdit: READEDIT failed with error on file failed
DTLRealOpen: Blocking not allowed for edit files file
DTLRealOpen: Not allowed to open yourself