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-7
File System Messages
Recovery. Modify the features accordingly and restart DataLoader/MP.
Cause. RECSIZE was not specified with RECFORM=FB
Recovery. Specify RECFORM=FB<RECSIZE=...> and restart DataLoader/MP.
Cause. A subtype modifier was specified for files other than $RECEIVE
Recovery. Remove the subtype from the file modifier and restart DataLoader/MP.
Cause. A type modifier was specified for files other than $RECEIVE
Recovery. Remove the type from the file modifier and restart DataLoader/MP.
Cause. A syntax error occurred for the modifier specified.
Recovery. Change the modifiers and restart DataLoader/MP.
Cause. The file number parameter passed is not valid.
Recovery. Compare the file number to be the one returned successfully from
DTLOPEN and restart DataLoader/MP.
Cause. Too many CSV data fields appear in the description fields
Recovery. Check the CSV file for description and data section to make sure they
match each other, and restart DataLoader/MP.
Cause. A command is missing in data fields specified in CSV file.
Recovery. Check the format of the CSV file and restart DataLoader/MP.
Cause. The record listed in CSV file is too long.
DTLProcessFeatures: RECSIZE must be given for RECFORM=FB
files
DTLProcessFeatures: Subtype modifier only allowed on $RECEIVE
DTLProcessFeatures: Type modifier only allowed on $RECEIVE
DTLProcessFeatures: Invalid interpretation or modifier:
modifier
DTLREAD: Invalid file number
DTLReadCSV: Too many data items (data)
DTLReadCSV: Missing comma (data)
DTLReadCSV: Record too long (data)