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
 

DataLoader/MP Examples
DataLoader/MP Reference Manual—424148-003
6-12
Combined Usage With FTP
error file indicating that no user exit was successful with this record, and the 
process reads the next record.
3>dbl1 /NOWAIT/ -E=err1 -I=$dbl0(recform=fb<recsize=200>) & 
 -X=ciu
4>dbl1 /NOWAIT/ -E=err2 -I=$dbl0(recform=fb<recsize=200>) &
 -X=ciu
5>dbl1 /NOWAIT/ -E=err3 -I=$dbl0(recform=fb<recsize=200>) &
 -X=ciu
 ...
6>dbl1 /NOWAIT/ -E=errn -I=$dbl0(recform=fb<recsize=200>) &
 -X=ciu
Combined Usage With FTP
The following example illustrates how to read a file from another site through FTP. The 
DataLoader/MP process is configured to read input from its $RECEIVE file, while the 
FTP server sends its data into this DataLoader/MP process. The data coming from 
FTP can be read by DataLoader/MP with a RECFORM FB, IBMVB, or stream of data. 
VB is not supported in the current RVU.
>DATALOAD /name $lamp/ ... -I=$RECEIVE
>FTP IPAddress
> ........., userID, password 
> get file  $lamp










