Substitution Parameter: -p 

Syntax

-p<number> <substitution_value>

<number>

Defines the number n of the placeholder you want to substitute in the command file, where 9 <= n <= 1.

<substitution_value>

Value that substitutes the placeholder in the command file

Use

Use this option to determine values for placeholders in the command file. These values can be any character strings. You can specify 9 different parameters (and placeholders) for each command file.

In the command file, enter the placeholder in the form &<number>.

Entry in the command file:

DATAEXTRACT FOR DATALOAD TABLE customer OUTFILE &1 OUTFILE 'customer.data'
DATAEXTRACT FOR FASTLOAD TABLE article OUTFILE &1 APPEND OUTFILE 'article.data'

As an option when you call the Replication Manager:

repmcli ... –p1 'load.command'