What are the CICS commands associated with transient data
queue processing?



What are the CICS commands associated with transient data queue processing?..

Answer / pratap kapse

WRITEQ TD - write a record to a transient data queue,
READQ TD - read a record from a transient data queue,
DELETEQ TD- remove a record from a transient data queue,
ENQ - reserve a user defined resource,
DEQ - release a user defined resource,

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More CICS Interview Questions

What is the eib parameter?

0 Answers  


What are the three BMS options ?

3 Answers  


Explain the difference between and exec cics xctl and exec cics start command?

0 Answers  


What are the main uses of the transaction in the cics?

0 Answers  


Name some common CICS service programs and explain their usage?

1 Answers   IBM,






In the CICS command level all the re-entrancy issues are handled by the System(True or False).

1 Answers  


In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?

2 Answers   IBM,


The read of a record from an Intrapartition TDQ is not destructive(True or False).

1 Answers  


Can you use DYNAMIC calls in CICS ?

2 Answers   IBM,


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  


What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?

1 Answers  


Define the term function request shipping?

0 Answers  


Categories