What will happen if the TDQ that you want to delete is not
in the DCT?
Answers were Sorted based on User's Feedback
Answer / kumar
whenever we want to do operations on registered entries, at
first the entry was checked in the respective tables and
then only the operation is processed.
As the queue name is not present in the DCT so an error
will occur i.e, QIDERR (Queue ID Error)
| Is This Answer Correct ? | 8 Yes | 0 No |
What is meant by a CICS task?
How do you define Task Work Area?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Define an asra?
What is the syncpoint and its use?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Explain how do you handle errors in cics programs?
What is the use of mdt (modified data tag)?
What is a mapset?