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 information can be obtained from the EIBRCODE?

1 Answers  


Which transient data queue supports ATI?

2 Answers  


Explain the term ?MRO? (Multi Region Operation)?

1 Answers   IBM,


what is the option to be coded on return to associate a transaction identifier with next terminal.

1 Answers   IBM,


what is an mdt (modified data tag)? Its menaing and use?

0 Answers   IBM,






I have to run a select query on DB2 table and show its data on CICS map. Please tell me.

2 Answers  


What is the difference between the NOHANDLE option and the IGNORE condition?

3 Answers  


What is temporary storage?

1 Answers   IBM,


What is commarea (communications area)?

0 Answers  


What is an AEY9 abend ?

4 Answers   IBM, Xansa,


What is the type of ppt in the cics?

0 Answers  


What is the command that is used to add a new record to the file?

1 Answers  


Categories