Accumulate Transactions Into Balance {CMEO-5}


 
The balance of the card account for a user is calculated for every transaction processed for that user.  To ensure fast response times the transactions are physically stored in two tables.  This option performs the following functions:


1.     Accumulates the transactions in the first table

2.     Creates a balance record for every user

3.     Transfer all the transactions to the second table

4.     Deletes the transactions from the first table.
 

This option should be performed on a daily basis.  If it is not done, degradation in the response times can be expected.

The program displays the following message:  “This program recalculates balances.  Do you wish to proceed? (Y/N)”.  Reply according to the action required.  A listing of the transactions accumulated is produced.


User Selection Prompt Text
* an item between square brackets [ ] is the default answer
Type
&
Length
Comments
  This Program Re-Calculates Balances     
  Do you wish to proceed (Y)es/(N)o A1  
   Accumulation Date DD-MON-YYYY   
 

Sort Order Per Comments
       


System Select   
   No special system selection


Example
:

Example of ...




Processing
Rules
  
   No special processing rules







See Also:



History Of Changes

Date System Version By Whom Job Description
08-Jun-2008 v01.0.0.0 Magda van der Westhuizen t149068 New manual format.