How do you delete Item 3 in a five-item TSQ?
Answers were Sorted based on User's Feedback
Answer / dolly
We cannot delete individual items from a TSQ.
EXEC CICS DELETEQ
TS QUEUE(name of the queue)
END-EXEC
The above command will delete the entire TS QUEUE
| Is This Answer Correct ? | 18 Yes | 1 No |
We cannot delete individual items from a TSQ. When a
DELETEQ command is issued , all the elements in the TSQ is
being deleted
| Is This Answer Correct ? | 14 Yes | 2 No |
What is the use of using MDT in CICS? How it works?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
Explain the difference between the into and the set option in the exec cics receive map command?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
Explain what is the massinsert option?
Can you explain dfheiblk?
What is the difference between the NOHANDLE option and the IGNORE condition?
What is DFHEIBLK?
Highlight the points of differences between XCTL and START?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
What RCT Entries will you make for a CICS DB2 program??
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.