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

What is Quasi-reentrancy?

2 Answers   IBM,


which is the cics control program that provides communication services between user written application programs and terminals?

0 Answers   IBM,


What are the CICS tables? How to traverse from one screen (program) to another on CICS?

1 Answers  


What is DFHAID? what is its use?

7 Answers  


What happens to resources supplied to a transaction when an XCTL command is executed?

1 Answers   IBM,


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

0 Answers   IBM,


What is the function of the EXEC CICS HANDLE CONDITION command?

3 Answers  


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


What is the eib parameter?

0 Answers  


How errors are handled in CICS programs?

0 Answers  


Explain how would you resolve an asra abend?

0 Answers  


Define the term transaction routing?

0 Answers  


Categories