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

specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

0 Answers   IBM,


What is the difference between physical map and symbolic map?

3 Answers   IBM,


Name the cics command used to access current date and time?

0 Answers  


What is the MASSINSERT option?

1 Answers   IBM, TCS,


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  






What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


Explain the system transid cemt?

0 Answers  


How do you make your BMS maps case sensitive?

2 Answers   IBM,


if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

0 Answers   iGate,


What is MDT?

1 Answers   IBM,


Sync points cannot be requested by the application programs? State true or false

0 Answers  


What does the 'cedf:cics' transactions do?

0 Answers  


Categories