Kourier Integrator Online Help
KCL.SETLOG FILE.NAME {TCL CRITERIA}
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. It will also process items from an active select list.
If this command is executed without TCL selection criteria, or without an active select list, the number of net change records that are added to the change log can be significant. This may have an effect on system performance until the exports associated with the file are run via a Kourier service.
FILE.NAME |
Enter the name of the Kourier net change file to process. |
TCL CRITERIA |
Enter the selection criteria to limit the records that will be added to the net change log. |
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.
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.