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-10
$RECEIVE Messages
$RECEIVE Messages
Cause. DataLoader/MP was expecting data from $RECEIVE, but received an EOF.
Recovery. Check the upper or lower streams of DataLoader/MP for abnormal
termination and restart DataLoader/MP.
Cause. An error occured when calling FILE_GETRECEIVEINFO_ Guardian procedure
call.
Recovery. Resolve the issue accordingly and restart DataLoader/MP.
Cause. Too many processes open this DataLoader/MP for I/O. The maximum is 1000.
Recovery. Reconfigure DataLoader/MP processes and restart DataLoader/MP.
Cause. The Guardian procedure call REPLYX returned an error as indicated.
Recovery. Check the upper (lower) stream of process for abnormal termination and
restart DataLoader/MP.
Cause. The Guardian procedure call READUPDATEX returned an error as indicated.
Recovery. Check the upper (lower) stream of process for abnormal termination and
restart DataLoader/MP.
Cause. An error occured when writing data to $RECEIVE.
Recovery. Check the upper (lower) stream of process for abnormal termination and
restart DataLoader/MP.
Test Data Generation Messages
Cause. The Field parameter passed into DTLCartAddCol utility is less than 0.
DTLCheckForMsgs: Unexpected EOF on $RECEIVE
DTLGetRecvInfo: Error error from FILE_GETRECEIVEINFO_
DTLProcessSysMsg: Too many openers
DTLReply: Error error on REPLYX
DTLWaitForMsg: Error %hd on READUPDATEX
DTLWriteBufs: EOF on $RECEIVE with more data to write
DTLCartAddCol: Field number too small