CVCRD01Y.cpy: Card Account ID and Number Definition (Copybook)
Part of CardDemo Core Module: This copybook defines key data fields CC-ACCT-ID-N and CC-CARD-NUM-N used within the CardDemo Core module.
Files
- COTRTLIC.cblThis COBOL program, COTRTLIC.cbl, defines working areas related to card account identification and numbers. It includes a copybook named CVCRD01Y.cpy, which likely contains the structures for these card account details. The program defines a variable CCARD-AID with associated condition names for various input values such as 'ENTER', 'CLEAR', and function key identifiers (PFK01 through PFK12).View
- COTRTUPC.cblThis program defines work areas for card account identification and numbers. It includes definitions for CC-WORK-AREA which contains CCARD-AID, a field used to store the card account ID. The program also defines various condition names (88 levels) for CCARD-AID, such as ENTER, CLEAR, and different PF key values, indicating its role in handling user input or system commands related to card accounts.View
- COACTUPC.cblThis program defines working areas for card account information, including the card account ID (CCARD-AID) and its associated values. It also includes definitions for the last program that processed the card account.View
- COACTVWC.cblThis program defines working areas for card account identification and numbers, primarily including the CVCRD01Y copybook. It sets up variables like CCARD-AID and associated condition names for various functionalities such as ENTER, CLEAR, and different PF keys, along with a field for the last program identifier.View
- COCRDLIC.cblThis program, COCRDLIC.cbl, utilizes the CVCRD01Y.cpy copybook to define work areas for card account information. It specifically defines a CC-WORK-AREA containing CCARD-AID, a character field of length 5, which appears to store the Card Account ID. The code also includes several level-88 condition names for CCARD-AID, suggesting it is used to represent various states or commands like 'ENTER', 'CLEAR', and function key presses (PFK01 through PFK12).View
- COCRDSLC.cblThis program is responsible for defining card account IDs and numbers. It utilizes the CVCRD01Y copybook, which likely contains the data structures and fields necessary for managing this information. The code snippet shows a work area that includes a field CCARD-AID, a Card Account ID, with various potential values indicating different states or actions like ENTER, CLEAR, or specific function keys (PFK01-PFK12).View
- COCRDUPC.cblThis program, COCRDUPC.cbl, is responsible for defining card account IDs and numbers. It includes the copybook CVCRD01Y.cpy, which contains the structure for these card-related data fields, such as CCARD-AID and CCARD-LAST-PROG.View