File

CBACT02C.cbl: Card Data Read

Part of CardDemo Core Module: Reads cardholder data from AWS.M2.CARDDEMO.CARDDATA.VSAM.KSDS and associated libraries for processing.

IsolatedExpanded
OverviewSource

Datasets

  • AWS.M2.CARDDEMO.CARDDATA.VSAM.KSDSThis node represents a VSAM KSDS dataset used by the CBACT02C.cbl program, which is responsible for reading and printing card data. The program establishes a read connection to this dataset, indicating that it retrieves card information from this source.
    View
  • AWS.M2.CARDDEMO.LOADLIBThe CBACT02C.cbl program reads data from the AWS.M2.CARDDEMO.LOADLIB dataset. This dataset likely contains card-related information that the program processes.
    View
  • CARDFILEThis node represents the CARDFILE dataset, which is read by the CBACT02C.cbl program. The program's primary function is to read and print card data from this file. This interaction is defined within the FILE-CONTROL PARAGRAPH of the COBOL program.
    View

Files

  • CBACT01C.cblThis utility program, CBACT01C.cbl, is called by CBACT02C.cbl to handle program abend scenarios. It is invoked from the 9999-ABEND-PROGRAM paragraph, indicating its role in error management and termination procedures within the Card Data Read application.
    View
  • CVACT02Y.cpyThis copybook, CVACT02Y.cpy, is included by the CBACT02C.cbl program. Its role is to define data structures or variables that are used within the card data read process. By being a copybook, it promotes code reusability and ensures consistent data definitions across the program.
    View
  • CVACT02Y.cpyThis copybook, CVACT02Y.cpy, is included within the CBACT02C.CBL program. It contains definitions or data structures used in the card data reading process, specifically related to the paragraph 1000-CARDFILE-GET-NEXT, which is responsible for fetching the next record from the card file.
    View
  • CBEXPORTThis node represents a group within the CBACT02C.cbl program, responsible for handling card data. It is included by the main program, indicating its role in the overall process of reading and managing card information.
    View

Utilities

  • CBACT01C.cblThis utility program, CBACT01C.cbl, is called by CBACT02C.cbl to handle program abend scenarios. It is invoked from the 9999-ABEND-PROGRAM paragraph, indicating its role in error management and termination procedures within the Card Data Read application.