Dataloader/MP Reference Manual

Table Of Contents
DataLoader/MP Examples
DataLoader/MP Reference Manual424148-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