CVACT03Y.cpy: Card Demo Core Copybook
Part of CardDemo Core Module: Defines data structures for the Card Demo Core module, including fields like CARD-XREF-RECORD and XREF-CARD-NUM.
Files
- COPAUA0C.cblThis program defines a data structure for card cross-references, named CARD-XREF-RECORD. This record includes fields for the card number (XREF-CARD-NUM), customer ID (XREF-CUST-ID), account ID (XREF-ACCT-ID), and a filler for unused space. This structure is included in the CVACT03Y.cpy copybook, suggesting it's a core component for managing card-related data within the Card Demo application.View
- COPAUS0C.cblThis program defines a data structure for card cross-reference records, including fields for card number, customer ID, and account ID. It appears to be a core component for managing card-related data within the Card Demo application.View
- CBACT03C.cblThis program defines a data structure for card cross-referencing with a record length of 50 characters. It includes fields for card number, customer ID, and account ID, along with filler space. This copybook is included in the Card Demo Core Copybook (CVACT03Y.cpy).View
- CBACT04C.cblThis program defines a data structure for card cross-reference records. It includes fields for the card number (XREF-CARD-NUM), customer ID (XREF-CUST-ID), account ID (XREF-ACCT-ID), and a filler for unused space. This data structure is likely used to link card information with customer and account identifiers.View
- CBEXPORT.cblThis program defines a data structure named CARD-XREF-RECORD used for card cross-referencing. It includes fields for card number, customer ID, and account ID, along with a filler for other data. This structure is included within the CVACT03Y.cpy copybook.View
- CBIMPORT.cblThis program defines a data structure named CARD-XREF-RECORD, which is used for card cross-referencing. It includes fields for the card number (XREF-CARD-NUM), customer ID (XREF-CUST-ID), and account ID (XREF-ACCT-ID). This structure is part of the Card Demo Core Copybook (CVACT03Y.cpy).View
- CBSTM03A.cblThis program defines a data structure named CARD-XREF-RECORD, used for card cross-referencing. It includes fields for the card number (XREF-CARD-NUM), customer ID (XREF-CUST-ID), account ID (XREF-ACCT-ID), and a filler for unused space. This structure is included within the CVACT03Y.cpy copybook.View
- CBTRN01C.cblThis program segment defines a fixed-length record structure (50 bytes) for card cross-referencing. It includes fields for card number (16 characters), customer identifier (9 digits), account identifier (11 digits), and a 14-character filler. This structure is likely used to store or process relationships between cards, customers, and accounts within the Card Demo Core Copybook.View
- CBTRN02C.cblThis program defines a data structure for card cross-reference records, intended to store information related to card numbers, customer IDs, and account IDs. It is included within the Card Demo Core Copybook (CVACT03Y.cpy), indicating its use as a foundational data element for card-related operations within the application. The structure includes fields for a 16-character card number, a 9-digit customer ID, and an 11-digit account ID, along with a filler for any remaining space.View
- CBTRN03C.cblThis program, CBTRN03C.cbl, is included within the CVACT03Y.cpy copybook and defines a data structure for card cross-referencing. It specifies fields for card number, customer ID, and account ID, along with a filler field, totaling 50 bytes for each record.View
- COACTUPC.cblThis program defines a fixed-length data structure (50 characters) for card cross-reference information. It includes fields for a 16-character card number, a 9-digit customer identifier, and an 11-digit account identifier, along with filler space. This structure is likely used to store or process data that links card numbers to customer and account details.View
- COACTVWC.cblThis program includes the Card Demo Core Copybook (CVACT03Y.cpy), which defines a data structure for card cross-reference records. This structure, named CARD-XREF-RECORD, contains fields for card number, customer ID, and account ID, along with a filler field.View
- COBIL00C.cblThis program defines a data structure for card cross-reference records, specifically for a card demo application. It includes fields for card number, customer ID, and account ID, with a total record length of 50 characters.View
- COTRN02C.cblThis program defines a fixed-length record structure named CARD-XREF-RECORD for card cross-reference data. The structure includes fields for card number (16 characters), customer ID (9 digits), account ID (11 digits), and a 14-character filler. This data structure is included within the CVACT03Y.cpy copybook, serving as a foundational element for handling card-related information in the Card Demo Core.View
- CVACT03Y.cpyRelated flowView