CBPAUP0J.jcl
Part of Credit Authorization (IMS/DB2/MQ): This batch job performs credit authorization processing using IMS, DB2, and MQ. It reads various IMS and load libraries, processes an authorization application, and likely produces authorization decisions or logs. The primary execution involves the CBPAUP0C COBOL program run via the DFSRRC00 utility.
Datasets
- IMS.DBDLIBThis dataset contains the Database Definition Language (DDL) library for IMS, which is crucial for defining the structure and relationships of the databases accessed and manipulated by the credit authorization processing job.View
- IMS.PROCLIBThis dataset contains JCL procedures that the batch job likely invokes to set up and execute its IMS, DB2, and MQ credit authorization processing tasks.View
- IMS.PSBLIBThis library contains the Program Specification Blocks (PSBs) used by the batch job to access and process data within IMS. It's essential for defining the structure and navigation of the IMS database for credit authorization operations.View
- IMS.SDFSRESLThis load library is essential for the job's execution, providing the necessary IMS modules and components required to perform credit authorization processing through IMS/DB2/MQ.View
- instream:CBPAUP0J:STEP01:SYSINReadsView
- XXXXXXXX.PROD.LOADLIBThis load library contains executable modules and programs required by the credit authorization batch job. It enables the job to run by providing the necessary code for processing authorization applications through IMS, DB2, and MQ.View
Files
- CBPAUP0CNo summary generated for this fileView
Utilities
- DFSRRC00