File

CBSTM03B.cbl: Account, Customer, Transaction, and Cross-Reference File Reader

Part of CardDemo Core Module: Reads data from ACCTFILE, CUSTFILE, TRNXFILE, and XREFFILE, indicating its role in accessing core financial and reference information.

IsolatedExpanded
OverviewSource

Datasets

  • ACCTFILEThis node represents the ACCTFILE dataset, which is read by the CBSTM03B.cbl program. The program interacts with this file through its FILE-CONTROL PARAGRAPH, indicating it's a data source for account-related information processed within the application.
    View
  • CUSTFILEThe CUSTFILE dataset is read by the CBSTM03B.cbl program. This program is a batch COBOL subroutine designed for file processing related to a transaction report. The dataset is accessed through the FILE-CONTROL PARAGRAPH within the program.
    View
  • TRNXFILEThis node represents the TRNXFILE dataset, which is read by the CBSTM03B.cbl program. It is accessed through the FILE-CONTROL PARAGRAPH and is crucial for processing transaction-related reports within the CardDemo application.
    View
  • XREFFILEThe XREFFILE is a dataset that is read by the CBSTM03B.cbl program. This program is a batch COBOL subroutine that handles file processing for the Transact Report.
    View

Files

  • CBSTM03A.cblThis program, CBSTM03B.cbl, is a batch COBOL subroutine designed for file processing related to the Transact Report. It serves as a caller to itself, indicating a potential internal processing loop or a structured way of handling file operations within the CardDemo application.
    View
  • CBEXPORTThis node is part of the CBSTM03B.cbl program, which handles file processing for a Transaction Report. The CBEXPORT group likely facilitates the export of data related to accounts, customers, transactions, and cross-reference files processed by this program.
    View