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

Creating a Customized Version of DataLoader/MP
DataLoader/MP Reference Manual—424148-003
5-2
User Exits
You call the exits that require the -X parameter by specifying a code associated with
each one in the string following the -X parameter. The syntax for this command is as
follows:
-X={code}
where code is one or more of the following exit codes, listed in Table 5-2.
Table 5-1. Exits and Their Parameters
Exit Parameter Specified
BUILDKEY -P parameter, or if you have a KEYRANGE file
interpretation
CHECKARG A parameter that is not a DataLoader/MP
parameter
CONVERTIT -X parameter
DELETEIT -X parameter
DONEWITHTRANSACTION -T parameter
GETNEXTRECORD -G parameter
INSERTIT -X parameter
INSTRUCTIONS -H or any unrecognized parameter
MISC1 -X parameter
MISC2 -X parameter
MISC3 -X parameter
MISC4 -X parameter
NEWTRANSACTION -T parameter
NEXTINDIRECTFILE When you use INDIRECT interpretation on any file
SKIPPING -F parameter or the -T parameter with a restart file
specified and the file exits (a TMF restart)
STATISTICSTIME -S parameter
UPDATEIT -X parameter
Table 5-2. Parameter -X Exit Codes (page1of2)
Code
User Exit
Called
Action If Successful
(Return Positive
Number)
Action If Not
Successful (Return
Negative Number)
Done
Processing
(Return 0)
1 MISC1 Continue with next
exit.
Dump record to -E
file. Read next record.
Read next record.
2 MISC2 Continue with next
exit.
Dump record to -E
file. Read next record.
Read next record.