SET Command 

Syntax

<set_statement> ::= SET CODETYPE <standard_code_spec>;
| SET DATE
<standard_date_mask>;
| SET TIME
<standard_time_mask>;
| SET TIMESTAMP
<standard_timestamp_mask>;
| SET
<null_spec>;
| SET
<bool_spec>;
| SET
<number_spec>;
| SET LANGUAGE ENG|DEU;
| SET MAXERRORCOUNT <valMAXERRORCOUNT>
| SET COMPRESSED /<s>/<d>/;

LANGUAGE ENG|DEU

Language in which the messages of the database instance and the REPM Server appear
ENG: English, DEU: German

COMPRESSED /<s>/<d>/

Characters used in the COMPRESSED file format to separate or select data; current values can be changed for individual commands

<s> Character used to separate data fields, default value: comma, value must be exactly one character long, and cannot be blank

<d> Character used to select data, default value: double quotation marks, value can be exactly one character long or blank,
if it is blank, no delimiter is defined

MAXERRORCOUNT <valMAXERRORCOUNT>

Definition of how many errors the Replication Manager accepts during processing of an individual command before processing of the command is terminated
This value applies during a complete session or until it is overwritten by another SET MAXERRORCOUNT command

Use

You can use this command for setting up a session to adapt the default values in the control parameters of the REPM Server to your own needs.

The new values are only valid for the current session and must be restored if they are needed in subsequent sessions.