KCL.SETLOG

Syntax

KCL.SETLOG file.name {TCL criteria}

Description

This program can be used to add records to the Kourier net change log for a file.  Specific selection criteria can be added to limit the records that will be added into the net change log. 

Caution

If this command is executed without TCL selection criteria the number of net change records that are added to the change log can be signficant.  This may have an effect on system performance until the exports associated with the file are run via a Kourier service.

Options

file.name Enter the name of the Kourier net change file to process.
TCL criteria Enter the selection critiera to limit the records that will be added to the net change log.

Example 1

In this example, the Kourier net change log for the CUSTOMER file is updated with records that meet the criteria where the STATE is CA.

>KCL.SETLOG CUSTOMER WITH STATE = "CA"
Executing: SELECT CUSTOMER WITH F51 = "CA"
Setting net change
Added 37 records to the change log for file CUSTOMER.

Example 2

In this example, the Kourier net change log for the CUSTOMER file is updated for all records in the Customer File.

>KCL.SETLOG CUSTOMER
Executing: SELECT CUSTOMER
Setting net change
Added 1,975 records to the change log for file CUSTOMER.

See Also

Kourier TCL Commands

 


User Guide - Table of Contents