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-7
Syntax of DataLoader/MP
contchar
is an alternate continuation character. The default value is an ampersand
(&).
len
is the maximum record length. Its default value is 239.
num%
is a percent number of records to write. Decimal point is allowed.
numbufs
is the number of buffers to use.
recsize
is the record size.
padchar
is the character to be used for padding.
blksize
is the block size to use.
secs
is the number of seconds to wait.
For an in-depth discussion of modifiers and interpretations, such as CSV and MAX,
used with the -I and -O parameters, see Section 4, Specifying File-Related Options
for DataLoader/MP.
-P=num-parts
directs DataLoader/MP to estimate the partition boundary keys for num-parts
number of partitions. For additional information, see Using the -P Parameter on
page 3-10.
-Q
runs DataLoader/MP in quiet mode. Normally DataLoader/MP writes error and
informational messages to its home terminal. DataLoader/MP also writes to its
OUT file (as specified in the Guardian RUN options, not to be confused with the
-O= file) if the OUT file is different from the home terminal. Specifying the -Q
parameter directs DataLoader/MP not to write informational messages to the home
terminal. Error messages are still treated normally, and informational messages
are still written to the OUT file if the file differs from the home terminal.