CVTRA05Y.cpy: CardDemo Core Copybook
Part of CardDemo Core Module: Defines 15 fields for transaction records, including TRAN-ID and TRAN-TYPE-CD, within the CardDemo Core module.
Files
- CBACT04C.cblThis program, CBACT04C.cbl, defines the data structure for a transaction record within the CardDemo Core Copybook. It includes fields such as transaction ID, type, category, source, description, amount, and merchant details, along with card number and timestamps for origination and processing.View
- CBEXPORT.cblThis program, CBEXPORT.cbl, is designed to handle transaction records. It defines a comprehensive data structure for these transactions, including fields for transaction ID, type, category, source, description, amount, merchant details, card number, and timestamps. This structure, named TRAN-RECORD, is likely used for exporting or processing transaction data.View
- CBIMPORT.cblThis program defines the data structure for a transaction record, named TRAN-RECORD. It includes fields for transaction identification, type, category, source, description, amount, merchant details, card number, and timestamps. The record has a total length of 350 characters, as indicated by RECLN = 350.View
- CBTRN01C.cblThis program defines the data structure for a transaction record, named TRAN-RECORD. It includes fields for transaction identification, type, category, source, description, amount, and merchant details. The structure also accommodates card number, timestamps for origination and processing, and a filler field.View
- CBTRN02C.cblThis program defines the structure for a transaction record, including fields such as transaction ID, type, amount, merchant details, and card number. It serves as a data structure for storing and managing transaction information within the CardDemo system.View
- CBTRN03C.cblThis program defines the data structure for a transaction record, which has a record length of 350 bytes. It includes fields such as transaction ID, type, category, source, description, amount, merchant details, card number, and timestamps for origin and processing.View
- COBIL00C.cblThis program, COBIL00C.cbl, is a core copybook in the CardDemo application, specifically labeled as CVTRA05Y.cpy. It defines the data structure for a transaction record, with fields such as transaction ID, type, category, source, description, amount, merchant details, card number, and timestamps. This structure is fundamental for processing and storing transaction information within the CardDemo system.View
- CORPT00C.cblThis program defines the structure for a transaction record, including fields such as transaction ID, type, category, description, amount, and merchant details. It also captures card number and timestamps for transaction origination and processing. The record structure is a core component within the CardDemo Core Copybook.View
- COTRN00C.cblThis program defines the structure for a transaction record, referred to as TRAN-RECORD. It includes various fields such as transaction ID, type, category, source, description, amount, and merchant details. The structure also contains information about the card number, transaction timestamps (original and processing), and a filler field.View
- COTRN01C.cblThis program defines the structure for a transaction record, named TRAN-RECORD, within the CardDemo Core Copybook. It specifies various fields such as transaction ID, type, category, source, description, amount, and details related to the merchant and card involved. The record also includes timestamps for origination and processing.View
- COTRN02C.cblThis program defines the structure for a transaction record, specifying fields such as transaction ID, type, category, description, amount, and merchant details. It also includes card number, timestamps for origin and processing, and a filler field. The record length is defined as 350.View
- CVTRA05Y.cpyRelated flowView