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-4
File System Messages
Recovery. Change the file type or change the modifier for the file and restart
DataLoader/MP.
Cause. The Guardian procedure call READX failed for the specified file.
Recovery. Resolve the specified error for READX and restart DataLoader/MP.
Cause. BUILDKEY exit has returned an invalid status.
Recovery. Check the return status in BUILDKEY user exit and restart DataLoader/MP.
Cause. Too many files were opened in DataLoader/MP.
Recovery. Check the input and output files and restart DataLoader/MP.
Cause. The listed CSV description is not in a valid format.
Recovery. Check the CSV description in the CSV file and restart DataLoader/MP.
Cause. A keyrange file cannot be used as output file.
Recovery. Change the -o= option and restart DataLoader/MP.
Cause. The specified file has an invalid keyrange record.
Recovery. Modify the keyrange record to the format as described in KEYRANGE on
page 4-8 and restart DataLoader/MP.
Cause. There is no NULL key entry in the specified keyrange file.
DTLCheckIssueErrs: READX failed with error trying to read
file
DTLCorrectKeyRangeOB: BUILDKEY returned an invalid status :
status
DTLFindFreeOB:Error trying to open file : Too many opens, max
= num
DTLFinishOpeningCSV: Invalid CSV description (description)
DTLFinishOpeningRangeFile: KEYRANGE interpretation only valid
for output files
DTLFinishOpeningRangeFile:Keyrange record in file is
incorrect: record
DTLFinishOpeningRangeFile: NULL key missing in file