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

Answers were Sorted based on User's Feedback



In an on-line environment, how can you prevent more than one user from accessing the same Transien..

Answer / 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

In an on-line environment, how can you prevent more than one user from accessing the same Transien..

Answer / nabarun

we can lock the TDQ by using ENQ command.

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

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More CICS Interview Questions

Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)

2 Answers  


Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?

3 Answers  


How can you start a CICS transaction other than by keying the Transaction ID at the terminal?

5 Answers   IBM,


Into what fields will the date and time values be moved after execution of the above command?

1 Answers   IBM,


What does it mean when EIBCALEN is equal to zeros?

6 Answers   ADP, IBM, L&T, Satyam, TATA,






What is trigger level in the context of TDQs?

2 Answers   IBM,


Explain difference between call and link?

0 Answers  


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

0 Answers   IBM,


Db2 what is 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 cicsregions that share the same db2 subsystem?

0 Answers  


What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


What is a transid and explain the system transid CEMT?

1 Answers   IBM,


How do you make your BMS maps case sensitive?

2 Answers   IBM,


Categories