Job

UNLDGSAM.JCL

Part of Credit Authorization (IMS/DB2/MQ): This job unloads data related to credit authorizations, interacting with IMS and DB2 databases. It reads various IMS and load libraries, and updates GSAM datasets for both root and child records. The core process is executed by the DBUNLDGS.CBL program using the DFSRRC00 utility.

IsolatedExpanded
OverviewSource

Datasets

  • AWS.M2.CARDDEMO.LOADLIBThe program 'DBUNL...' within the job accesses this load library to execute its credit authorization data unloading process. It reads necessary modules from this library to interact with IMS and DB2.
    View
  • OEM.IMS.IMSP.DBDLIBThis library contains Data Base Definition Language (DBDLIB) modules essential for the job to define and access its IMS database structures, enabling the proper unloading and management of credit authorization data.
    View
  • OEM.IMS.IMSP.PAUTHDBThis dataset stores credit authorization data, serving as the primary source of information for the unloading process. The job reads from it and updates related GSAM datasets for root and child records.
    View
  • OEM.IMS.IMSP.PAUTHDBXThis dataset serves as the primary target for storing unloaded credit authorization data, encompassing both root and child records, after processing by the DBUNL program.
    View
  • OEM.IMS.IMSP.PSBLIBThis job utilizes the program library (PSBLIB) to access and execute programs responsible for unloading credit authorization data from IMS and DB2 databases.
    View
  • OEMA.IMS.IMSP.SDFSRESLThis library provides essential IMS modules, including the DBUNL program, which is critical for the job to unload credit authorization data from IMS and DB2, updating GSAM datasets.
    View
  • OEMA.IMS.IMSP.SDFSRESL.V151This load library is crucial for the credit authorization unloading job, providing the necessary IMS modules to access and process both IMS and DB2 data for updating GSAM datasets.
    View
  • OEMPP.IMS.V15R01MB.PROCLIBThis procedure library provides the necessary JCL and control statements to execute the credit authorization data unloading process, enabling interaction with IMS and DB2 databases.
    View
  • AWS.M2.CARDDEMO.PAUTDB.CHILD.GSAMThis GSAM dataset, containing child records for credit authorizations, is updated by the UNLDGSAM job. The job processes authorization data from IMS and DB2, modifying this specific dataset as part of its unload and update operations.
    View
  • AWS.M2.CARDDEMO.PAUTDB.ROOT.GSAMThis GSAM dataset is used to store and update root credit authorization records. The job unloads and processes existing data from this dataset, making it crucial for managing credit authorization information.
    View

Files

  • dry-run/aws-test/app/app-authorization-ims-db2-mq/cbl/DBUNLDGS.CBLNo summary generated for this fileView

Utilities

  • DFSRRC00