CBTRN03C.cbl: Card Cross-Reference Dataset Reader
Part of CardDemo Core Module: This COBOL program reads from the CARDXREF VSAM KSDS dataset, likely to retrieve card-related cross-reference information for processing.
Datasets
- AWS.M2.CARDDEMO.CARDXREF.VSAM.KSDSThis program reads the AWS.M2.CARDDEMO.CARDXREF.VSAM.KSDS dataset. This dataset is a VSAM KSDS file, and the program utilizes the FILE-CONTROL paragraph to establish its read operations on this file.View
- AWS.M2.CARDDEMO.DATEPARMThis dataset, AWS.M2.CARDDEMO.DATEPARM, is read by the CBTRN03C.CBL program. It is referenced within the FILE-CONTROL PARAGRAPH, indicating it serves as a data source for the program's operations, likely providing date-related parameters necessary for the transaction detail report.View
- AWS.M2.CARDDEMO.LOADLIBThe AWS.M2.CARDDEMO.LOADLIB dataset is read by the CBTRN03C.cbl program. This program is a batch COBOL program designed to print the transaction detail report for the CardDemo application.View
- AWS.M2.CARDDEMO.TRANCATG.VSAM.KSDSThis program reads from the AWS.M2.CARDDEMO.TRANCATG.VSAM.KSDS dataset. This dataset is used to access transaction category information within the CardDemo application.View
- AWS.M2.CARDDEMO.TRANSACT.DALYThe CBTRN03C program reads data from the AWS.M2.CARDDEMO.TRANSACT.DALY dataset. This dataset is accessed through the FILE-CONTROL PARAGRAPH within the program. The program's primary function is to print a transaction detail report.View
- AWS.M2.CARDDEMO.TRANTYPE.VSAM.KSDSThis program reads the Card Cross-Reference dataset (AWS.M2.CARDDEMO.TRANTYPE.VSAM.KSDS) as part of its function to print a transaction detail report. The dataset is accessed through the FILE-CONTROL paragraph within the CBTRN03C.cbl program.View
- CARDXREFThis node represents the CARDXREF dataset, which is read by the CBTRN03C.cbl program. Its usage is defined within the FILE-CONTROL PARAGRAPH, indicating it serves as an input file for the card cross-reference data processed by the program.View
- DATEPARMThe program CBTRN03C.cbl, a batch COBOL program for the CardDemo application, reads the DATEPARM dataset. This dataset is used for obtaining date parameters required by the program's functionality, which includes printing the transaction detail report.View
- TRANCATGThis program reads the Card Cross-Reference dataset, known as TRANCATG. The relation indicates that the program's FILE-CONTROL PARAGRAPH is responsible for this reading operation. The TRANCATG dataset is targeted for reading by the program.View
- TRANFILEThis dataset is read by the CBTRN03C.CBL program, which is responsible for printing the transaction detail report. It is accessed through the FILE-CONTROL PARAGRAPH within the program.View
- TRANREPTThe TRANREPT dataset is read by the CBTRN03C.cbl program. This program is designed to print the transaction detail report. The dataset is accessed via the FILE-CONTROL PARAGRAPH within the program.View
- TRANTYPEThe TRANTYPE dataset is read by the CBTRN03C.cbl program. This program's purpose is to print a transaction detail report. The program explicitly establishes a read relationship with the TRANTYPE dataset within its FILE-CONTROL PARAGRAPH.View
- AWS.M2.CARDDEMO.TRANREPTThis program writes to the AWS.M2.CARDDEMO.TRANREPT dataset, as indicated by the FILE-CONTROL PARAGRAPH. This dataset is likely used for storing transaction details, given the program's function to print a transaction detail report.View
Files
- CBACT01C.cblCBACT01C.cbl is a utility program called by CBTRN03C.cbl. It is invoked when the program encounters an abend situation, indicated by the call to the 9999-ABEND-PROGRAM PARAGRAPH. This suggests CBACT01C.cbl is responsible for handling or reporting program termination errors within the Card Cross-Reference Dataset Reader application.View
- CVACT03Y.cpyCVACT03Y.cpy is a copybook utilized by the CBTRN03C.cbl program. Its role is to define data structures or constants that are incorporated into the main program's logic. This inclusion allows CBTRN03C.cbl to access and manipulate data defined within CVACT03Y.cpy.View
- CVACT03Y.cpyThe CVACT03Y.cpy copybook is included in the CBTRN03C.CBL program. It is referenced by the 0550-DATEPARM-READ paragraph, suggesting it contains definitions related to date parameters used in the card cross-reference dataset reader.View
- CVTRA03Y.cpyThis copybook is utilized by the CBTRN03C.cbl program, which is responsible for reading the Card Cross-Reference Dataset. It appears to define data structures or constants essential for the card cross-reference functionality within the program.View
- CVTRA03Y.cpyThis copybook, CVTRA03Y.cpy, is included by the CBTRN03C.CBL program. It is invoked by the 0550-DATEPARM-READ paragraph, suggesting it contains data structures or definitions related to date parameters used in the program's transaction detail report printing function.View
- CVTRA04Y.cpyThis COBOL program, CBTRN03C.cbl, utilizes the CVTRA04Y.cpy copybook. The copybook likely contains data structures or constants that are essential for the program's operation, specifically in reading and processing card cross-reference data for printing a transaction detail report.View
- CVTRA04Y.cpyThis copybook, CVTRA04Y.cpy, is included in the CBTRN03C.CBL program. It is used to define parameters for date processing, specifically being called by the 0550-DATEPARM-READ paragraph. Its inclusion suggests it provides necessary data structures or variables related to date handling within the card cross-reference dataset reader.View
- CVTRA05Y.cpyThis copybook, CVTRA05Y.cpy, is included and used by the CBTRN03C.CBL program. It likely contains data structures or definitions necessary for the Card Cross-Reference Dataset Reader application. The copybook plays a role in defining resources used by the main COBOL program.View
- CVTRA05Y.cpyThis copybook, CVTRA05Y.cpy, is included by the CBTRN03C.CBL program. It is referenced by the 0550-DATEPARM-READ paragraph and likely contains data structures or constants related to date parameters used in the card cross-reference dataset reader program.View
- CVTRA07Y.cpyThis copybook, CVTRA07Y.CPY, is utilized by the CBTRN03C.CBL program, which is a batch COBOL program responsible for printing the transaction detail report. The copybook likely contains data structures or constants that are part of the card cross-reference dataset processing within the CardDemo application.View
- CVTRA07Y.cpyCVTRA07Y.cpy is a copybook included by the CBTRN03C.CBL program. It is referenced by the 0550-DATEPARM-READ paragraph within the program. This copybook likely contains data structures or constants related to date parameters used in the card cross-reference dataset reader.View
- CBEXPORTThis program, CBTRN03C.CBL, reads the card cross-reference dataset. The CBEXPORT group is included within this program, suggesting it handles the export functionality related to this dataset. This likely involves processing and outputting the card cross-reference data in a specific format.View
Utilities
- CBACT01C.cblCBACT01C.cbl is a utility program called by CBTRN03C.cbl. It is invoked when the program encounters an abend situation, indicated by the call to the 9999-ABEND-PROGRAM PARAGRAPH. This suggests CBACT01C.cbl is responsible for handling or reporting program termination errors within the Card Cross-Reference Dataset Reader application.