CVACT01Y.cpy: Account Data Structure Definition (Copybook)
Part of CardDemo Core Module: Defines the structure for account records, including account ID, active status, current balance, and credit limits.
Files
- COPAUA0C.cblThis program defines the data structure for an account entity, serving as a copybook for other programs. It outlines fields such as account ID, active status, current balance, credit limits, various dates, and address information within a 300-byte record.View
- COPAUS0C.cblThis program defines the data structure for account records, specifying fields such as account ID, active status, current balance, credit limits, and various dates. It includes a large filler field to reach a record length of 300, indicating it's a foundational copybook for account data.View
- COACCT01.cblThis program defines the data structure for an account entity, including fields such as account ID, active status, current balance, credit limits, dates, and address information. It is included by other programs, serving as a reusable definition for account data.View
- CBACT01C.cblThis program defines the data structure for an account entity, including fields such as account ID, active status, current balance, credit limits, and various dates. It also incorporates address and group information for the account. The structure is designed to hold detailed account information with a total record length of 300.View
- CBACT04C.cblThis program, CBACT04C.cbl, defines the data structure for an account entity. It includes fields such as account ID, active status, current balance, credit limits, and various dates like open, expiration, and reissue dates. Additionally, it holds information on current cycle credit and debit amounts, account group ID, and an address zip code, along with filler space for additional data.View
- CBEXPORT.cblThis program, CBEXPORT.cbl, defines the structure for account data. It includes fields such as account ID, active status, current balance, credit limits, dates, and address information. This data structure is crucial for managing account-related information within the system.View
- CBIMPORT.cblThis program CBIMPORT.cbl includes the account data structure definition from CVACT01Y.cpy. The copybook defines the layout of an account record, including fields such as account ID, active status, current balance, credit limits, dates, and address information.View
- CBSTM03A.cblThis program defines the data structure for an account entity, specifying fields such as account ID, active status, current balance, credit limits, and various dates. It includes details for account address and group ID, with a significant portion reserved for filler data. This structure is intended for use in managing account information within the system.View
- CBTRN01C.cblThis program defines the data structure for an account entity, including fields such as account ID, active status, current balance, credit limits, and various dates. It also includes address and group IDs, along with a filler for unused space. This copybook is included by the CBTRN01C.cbl program.View
- CBTRN02C.cblThis program defines the data structure for an account record, which is 300 bytes in length. It includes fields such as account ID, active status, current balance, credit limits, and various dates. The structure also contains fields for account address zip code, group ID, and a filler for additional data.View
- COACTUPC.cblThis program defines the data structure for an account entity, which is a record of 300 bytes. It includes fields such as account ID, active status, current balance, credit limits, open and expiration dates, and address details. This copybook is included by the COACTUPC.cbl program.View
- COACTVWC.cblThis program defines the data structure for an account entity, as specified in the CVACT01Y copybook. It includes fields such as account ID, active status, various balance and limit values, dates, and address information, with a total record length of 300 characters.View
- COBIL00C.cblThis program, COBIL00C.cbl, defines the data structure for an account entity. It includes various fields such as account ID, active status, current balance, credit limits, dates, and other related account information, structured as a record of 300 bytes. This definition is included in the CVACT01Y.cpy copybook.View
- COTRN02C.cblThis COBOL program segment defines the data structure for an account record, named ACCOUNT-RECORD. It includes fields such as account ID, active status, current balance, credit limits, and various dates. The structure is intended for use within the CVACT01Y copybook, which serves as a central definition for account-related data in the system.View
- CVACT01Y.cpyRelated flowView