What is ADRSUB?
search cancel

What is ADRSUB?

book

Article ID: 30436

calendar_today

Updated On:

Products

Datacom DATACOM - AD Ideal CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

What is ADRSUB and what function does it serve?  

 

ADRSUB is the DDNAME for the  Internal Reader (IRDR) and is only used with CA Ideal and CA Dataquery.  

An internal reader is a special SYSOUT data set that other programs can use to submit jobs, control statements, and commands to JES2.

Jobs which allocate internal reader and time-sharing users use the internal readers to submit jobs.

 

Internal Reader can be used to submit batch jobs from a CICS program.

That functionality is exploited by CA Dataquery and CA Ideal via the VPE component of CA IPC.

 

ADRSUB is defined in the following installation CAVQSAMP library members:                 

  - IPCVPEB (to add IRDR ROSFD definitions)

      IRDR     ROSFD  DDNAME=ADRSUB,ACCMETH=SEQ,RECFM=F,  

               LRECL=80,BLKSIZE=80,PRODUCT=IGN        

                                                                     

  - VQCUS01 (to add ADRSUB to the CICS startup JCL)

     //ADRSUB   DD  SYSOUT=(A,INTRDR)                          

                                                                   

  - VQ14CSD or VQ15CSD (to add TDQUEUE entry definitions) see VQ14CSD entry for IRDR below: 

       DEFINE TDQUEUE(IRDR) GROUP(VQ14GRP) DESCRIPTION(VPE INTERNAL READER) 

             TYPE(EXTRA) DATABUFFERS(1) DDNAME(ADRSUB)               

             OPENTIME(INITIAL) TYPEFILE(OUTPUT) RECORDSIZE(80)       

             RECORDFORMAT(FIXED)    BLOCKFORMAT(UNBLOCKED)               

                                                                                                                                           

Refer to CA-IPC for z/OS Installation and Maintenance Guide,  "Post-Installation Steps" for more details on CICS modifications.                      

Refer to CA Dataquery for CA Datacom Administrator Guide,  "Installing the Internal Reader" for more details on the Internal Reader.              

 

To verify if the IRDR entry is defined under CICS you may enter commands :

CEDA (CEDC or CEDB) VIEW TDQUEUE(IRDR) GROUP(*)  or CEMT INQUIR TDQUEUE(IRDR)                                                                       

 

Environment

Release: IPC...00200-14-IPC
Component: