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

Running DataLoader/MP
DataLoader/MP Reference Manual—424148-003
3-2
Syntax of DataLoader/MP
RUN-option
is a Guardian RUN option such as IN, OUT, NAME, and CPU, as described in the 
TACL Reference Manual.
Note that the IN parameter is ignored unless you use the -I= parameter. If you use 
the -I= parameter without a file name and point to a file with the IN parameter, 
DataLoader/MP uses that file with the file features you specify with the -I= 
parameter.
DATALOAD-parameter
is a parameter that controls the operation of DataLoader/MP. Use the following 
guidelines when using or specifying DATALOAD-parameter:
•
Parameters can be in any order, are not case-sensitive, must be separated 
from each other by at least one space, and must not contain any spaces. 
•
To avoid conflict with those parameters that will be defined in the future by HP, 
do not define parameters to begin with a dash.
 INDIRECT
 MAX=size
 NOREWIND
 NOUNLOAD
 num%
 NUMBUFS=numbufs
 RECFORM= { FB<{RECSIZE=recsize [,PADCHAR=padchar ]> }
 { VB[<BLKSIZE=blksize> ] }
 { IBMVB }
 PERSIST
 SUBTYPE=subtype-num
 TYPE=type-num
 WAIT=secs
o-mod is:
 BROADCAST
 BUFSIZE=bufsize
 CSV [ <[SEPCHAR=sepchar ] [,CONTCHAR=contchar ]
 [ ,MAXRECLEN=len ]> ] 
 DUMP [ <{HEX | ASCII}> ]
 INDIRECT
 KEYRANGE
 MAX=size
 NOREWIND
 NOUNLOAD
 num%
 NUMBUFS=numbufs
 RECFORM= { FB<{RECSIZE=recsize [,PADCHAR=padchar]> }
 { VB[<BLKSIZE=blksize>] }
 WAIT=secs










