UNLDPADB.JCL
Part of Credit Authorization (IMS/DB2/MQ): This job performs credit authorization processing using IMS/DB2/MQ. It reads from various IMS and load libraries, and writes to and updates authorization database files. The core logic is executed by the PAUDBUNL.CBL program, utilizing the DFSRRC00 utility.
Datasets
- AWS.M2.CARDDEMO.LOADLIBThis load library contains the PAUDBUNL.CBL program, which is the core component executed by the UNLDPADB job to perform credit authorization processing. It facilitates reading from IMS and interacting with the authorization database.View
- OEM.IMS.IMSP.DBDLIBThis dataset provides the DB2 database definitions required for the credit authorization processing job. It is essential for the job to correctly interpret and interact with the authorization database.View
- OEM.IMS.IMSP.PAUTHDBThis dataset serves as the primary authorization database, being both read from and updated by the job to process credit authorizations. It stores and manages crucial authorization data processed by the PAUDBUNL.CBL program.View
- OEM.IMS.IMSP.PAUTHDBXThis dataset stores authorization data, which is read and updated by the credit authorization processing job. It serves as the central repository for managing and verifying credit authorizations.View
- OEM.IMS.IMSP.PSBLIBThis artifact serves as a library containing programs crucial for credit authorization processing. It is specifically accessed by the credit authorization job to execute the core logic for authorizing transactions.View
- OEMA.IMS.IMSP.SDFSRESLThis dataset, containing vital IMS modules, is loaded by the job to execute the credit authorization processing logic, specifically enabling the PAUDBUNL.CBL program to interact with IMS/DB2/MQ for real-time credit checks.View
- OEMA.IMS.IMSP.SDFSRESL.V151This dataset serves as a crucial library containing essential IMS modules and SDFSRESL components, enabling the job to execute its credit authorization processing logic through the PAUDBUNL.CBL program.View
- OEMPP.IMS.V15R01MB.PROCLIBThis procedure library dataset contains the necessary JCL and control statements to execute the credit authorization processing job. It directs the system to invoke the PAUDBUNL.CBL program for authorization logic and manage database interactions.View
- OUTFIL1This dataset serves as the primary output for credit authorization transactions. It logs successful and failed authorization attempts, providing a record of the processing outcome.View
- OUTFIL2This dataset stores the output of the credit authorization processing, containing authorization codes and statuses. It is used to update the authorization database files.View
- AWS.M2.CARDDEMO.PAUTDB.CHILD.FILEOThis file serves as the input for credit authorization processing within the UNLDPADB job. It is read in Step 0 and subsequently updated, deleted, and potentially re-created.View
- AWS.M2.CARDDEMO.PAUTDB.ROOT.FILEOThis dataset is updated by the job during step STEP0, which involves deleting the old version and writing a new one. It serves as a key file for credit authorization processing.View
Files
- dry-run/aws-test/app/app-authorization-ims-db2-mq/cbl/PAUDBUNL.CBLNo summary generated for this fileView
Utilities
- DFSRRC00