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 Reference Manual—424148-003
3-1
3 Running DataLoader/MP
This section explains how to run DataLoader/MP. It describes parameters defined by 
HP and gives examples of the use of these parameters. It also discusses parallelism 
and how to build your load application to run DataLoader/MP most effectively.
Syntax of DataLoader/MP
To start DataLoader/MP, run the DataLoader/MP program and give it a list of 
parameters. These parameters, together with any user exits defined, determine what 
DataLoader/MP does. DataLoader/MP does not have an interactive mode.
Note that two types of parameters can be passed to DataLoader/MP: parameters for 
DataLoader/MP’s main logic and parameters for user exits. The following paragraphs 
describe the parameters for DataLoader/MP’s main logic, defined by HP. These 
parameters start with a dash (-). Parameters for user exits should not start with a dash. 
For more information about user exits, see User Exits on page 5-1.
DATALOAD [/RUN-option [, RUN-option ].../] 
 [DATALOAD-parameter [DATALOAD-parameter ]...]
DATALOAD-parameter is:
 -C=num-recs 
 -E=err-file 
 -F=first-rec
 -G
 -H
 -I=[in-file] [ (i-mod [,i-mod]...) ]
 -L=num-errs
 -O=[out-file] [ (o-mod [,o-mod]...) ]
 -P=num-parts
 -Q
 -S=num-recs [ <CSV[=out-file ]> ]
 -T=num-recs [ <RESTARTFILE=restart-file [<{KEEP | PURGE}>]>]
 -X=[1][2][3][4][C][D][I][U][Hnnn]
i-mod is:
 BUFSIZE=bufsize
 CSV [ <[SEPCHAR=sepchar] [ ,CONTCHAR=contchar ] 
 [ ,MAXRECLEN=len ]> ]
 DUMP [ <{HEX | ASCII}> ]
 EBCDIC










