File

CVTRA01Y.cpy: Transaction Balance Record Definition (Copybook)

Part of CardDemo Core Module: This copybook defines the structure for transaction balance records, including key identifiers and balance fields for the CardDemo Core module.

IsolatedExpanded
OverviewSource

Files

  • CBACT04C.cblThis program defines the data structure for a transaction category balance record, which has a record length of 50. It includes a transaction category key consisting of an account ID, type code, and category code. Additionally, it contains the transaction category balance and a filler field.
    View
  • CBTRN02C.cblThis program defines the data structure for transaction category balances, leveraging the CVTRA01Y copybook. It includes fields for account identification, transaction type, category codes, and the balance amount. The structure is designed to hold detailed balance information for specific transaction categories within an account.
    View