LOADPADB.JCL
Part of Credit Authorization (IMS/DB2/MQ): This job loads credit authorization data, interacting with IMS DB2 and MQ. It reads from various datasets, including PAUTDB files, and updates GSAM files for both child and root PAUTDB datasets. The primary load program is PAUDBLOD, executed using the DFSRRC00 utility.
Datasets
- AWS.M2.CARDDEMO.LOADLIBThe program PAUDBLOD, residing in this library, processes credit authorization data. It reads from PAUTDB files and updates GSAM files for both child and root PAUTDB datasets, interacting with IMS DB2 and MQ.View
- AWS.M2.CARDDEMO.PAUTDB.CHILD.FILEOThis dataset serves as the child file for credit authorization data, being updated by the PAUDBLOD program during the data loading process.View
- AWS.M2.CARDDEMO.PAUTDB.ROOT.FILEOThis root dataset holds credit authorization data, serving as the primary source for the PAUDBLOD program. It is read from and updated to reflect changes in credit authorization records during the job's execution.View
- INFILE1This input file provides credit authorization data used by the job to update GSAM files. It is read by the PAUDBLOD program for processing.View
- INFILE2This dataset contains credit authorization data, which is read and processed by the job to update GSAM files. It serves as a source for loading information into PAUTDB datasets.View
- OEM.IMS.IMSP.DBDLIBThis job utilizes the DBDLIB to interact with IMS DB2 and MQ for credit authorization data loading. It reads from PAUTDB files and updates GSAM files using the PAUDBLOD program.View
- OEM.IMS.IMSP.PSBLIBThis PSBLIB contains essential load modules, including the PAUDBLOD program, that are executed by the job to process credit authorization data. It enables the job to read from PAUTDB files and update GSAM files.View
- OEMA.IMS.IMSP.SDFSRESLThis dataset is a crucial part of the IMS environment, providing the necessary load modules and control files for the job to execute its credit authorization data loading processes.View
- OEMA.IMS.IMSP.SDFSRESL.V151This dataset serves as a crucial load library for the credit authorization job, containing essential programs like PAUDBLOD that process and load credit authorization data into IMS DB2 and MQ systems.View
- OEMPP.IMS.V15R01MB.PROCLIBThis dataset contains the necessary JCL procedures for the job to execute. It enables the loading of credit authorization data by providing the runtime environment for the PAUDBLOD program.View
Files
- PAUDBLODNo summary generated for this fileView
Utilities
- DFSRRC00