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 |
Explain the difference between and exec cics xctl and exec cics start command?
How many ways are there for initiating a transaction? what are they?
What are the some important fields in the eib block?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
What is meant by program reentrance?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
when will be use the tdq and tsq??
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
How can we initiate a transaction from batch?
What is a transid?
Name and explain some common CICS abend codes?
Can you define cemt?