One CPCS Entry

The following scenario is for one CPCS entry for each outbound transmission:

Scenario:

This example shows you how to configure your extraction profile to create one CPCS entry for each outbound transmission. An image cash letter file is an example of an outbound transmission. Therefore, each image cash letter file loaded into the system would create one CPCS entry. This is the default configuration for the Transaction Server. Once the batches (ICLs) within the transmission are fully loaded into the Transaction Server, as:
<column>LOADED</column>
all batches (ICLs) for the outbound transmission are extracted:
<?xml version="1.0" encoding="UTF-8"?>
<extraction>
   <profile type="CPCS" name="default cpcs profile"
    exec="com.ibm.icpcs.transactionserver.extraction.writers.cpcs.CPCSTxsExtract">
      <conditions>
         <column>LOADED</column>
      </conditions>
   </profile>
</extraction>