What are the two types of transient data queues?

devquora
devquora

Posted On: Jun 23, 2021

 

The two types of transient data queues are:

Intrapartition transient data destinations - Application programs use intrapartition destinations to queue, on direct-access storage devices, data that is to be processed by other programs that are running as separate tasks within the same CICS region.

Extrapartition transient data destinations - Extrapartition destinations are queues that are residing on any file system file and are accessible by programs on any CICS region.

 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Mainframe Interview Questions

    What is the difference between LINK and XCTL?

    Link is used to go from one module to another and then return to the first module such that the link to a module is used to provide the first some data. Whereas XCTL is used to go from one module with...

    Mainframe Interview Questions

    What is the difference between the MRO & ISC?

    MRO or Multiregion operation is influenced by the intercommunication facilities that you use with the connection and by your management of the connection. Whereas ISC or intersystem communication s sh...

    Mainframe Interview Questions

    What happens when a CICS command contains the NOHANDLE option?

    In CICS the NOHANDLE option is used to suspends the error handling that was specified in previous EXEC CICS HANDLE CONDITION commands but only for the command on which you put the NOHANDLE....