Read Account Data and Process Updates
Part of CardDemo Core Module: The READACCT job processes account data from various files including ACCTFILE and ARRYFILE. It performs updates on dataset types like VSAM KSDS and generates new PS and VBPS files. The job includes a dry-run step for testing application logic.
Datasets
- ACCTFILEThis dataset serves as the primary source for account data processed by the READACCT job. It is updated during the job's execution, potentially impacting downstream VSAM KSDS datasets and the generation of new PS and VBPS files.View
- ARRYFILEThis dataset provides input account data for the READACCT job, which processes and updates various account information, ultimately generating new output files.View
- AWS.M2.CARDDEMO.ACCTDATA.VSAM.KSDSThe READACCT job reads and updates account data stored in a VSAM KSDS dataset, which is a key part of its processing for the CardDemo Core module.View
- AWS.M2.CARDDEMO.LOADLIBThis program library is loaded and executed by the READACCT job to process account data from multiple files and update VSAM KSDS datasets.View
- OUTFILEThe READACCT job writes processed account data to an output dataset, serving as the primary result of the job's data manipulation and update processes.View
- VBRCFILEThis dataset serves as the primary input for the READACCT job, containing account data that is processed and updated. The job utilizes this data to generate new output files and potentially modify existing VSAM KSDS datasets.View
- AWS.M2.CARDDEMO.ACCTDATA.ARRYPSThe READACCT job modifies and deletes records within a VSAM KSDS dataset, specifically targeting data processed through the PREDEL step.View
- AWS.M2.CARDDEMO.ACCTDATA.PSCOMPThe job updates the AWS.M2.CARDDEMO.ACCTDATA.PSCOMP dataset through modifications and deletions during the PREDEL step, affecting account data processing.View
- AWS.M2.CARDDEMO.ACCTDATA.VBPSThe READACCT job modifies and deletes records in account data files, specifically updating VSAM KSDS datasets and generating new VBPS files. This process is part of the PREDEL step, indicating it occurs before a deletion phase.View
Files
- dry-run/aws-test/app/cbl/CBACT01C.cblNo summary generated for this fileView