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

Answer Posted / saisankar

by providing loking mechanisms

we can lock the TDQ by using ENQ command.

eg:
EXEC CICS ENQ
RESOURCE('QID')
END-EXEC.

later we need to unlock it thru DEQ

eg:
EXEC CICS DEQ
RESOURCE('QID')
END-EXEC.

(any info mail me saisankar85@gmail.com)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the primary aspect of CICS?

649


Explain the difference between a physical bms mapset and a logical bms mapset?

561


Kindly specify the pic clause for the data type of length option field type of data fields?

637


What are the common cics service programs and explain their usage?

557


Define RCT.

733






Receive consists of buffer option in it. What is the significance of this option?

561


Define temporary storage?

593


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

619


Kindly specify the pic clause for the any bll cell type of data fields?

709


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?

529


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

550


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

667


What do you mean by CEMT?

767


Can ESDS files be accessed from CICS?

624


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

594