Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the difference between START and XCTL? How do you determine when to use either option?

2 Answers  


What is meant by pseudo-conversation?

1 Answers   Accenture,


Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction

3 Answers  


Can you explain cics transaction gateway?

0 Answers  


What is DFHEIBLK?

3 Answers   IBM,


Explain the purpose of the program list table?

0 Answers  


What is some of the information available in the EIB area?

2 Answers   IBM,


What is the significance of RDO?

1 Answers   IBM,


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

0 Answers  


first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!

1 Answers   CGI, Love, TechRel,


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

0 Answers   IBM,


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


Categories