How do you delete Item 3 in a five-item TSQ?

Answers were Sorted based on User's Feedback



How do you delete Item 3 in a five-item TSQ?..

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

How do you delete Item 3 in a five-item TSQ?..

Answer / priyadarshini

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

How do you delete Item 3 in a five-item TSQ?..

Answer / mahesh

Item(5) is the option in DELETEQ TS command

Is This Answer Correct ?    3 Yes 13 No

Post New Answer

More CICS Interview Questions

What is the use of using MDT in CICS? How it works?

3 Answers   Barclays,


Explain what is the massinsert option?

0 Answers  


What is ENQ?

0 Answers  


What are the situations under which NEWCOPY is required ?

2 Answers   Cap Gemini, IBM,


Which is the macro used for making an entry in the PPT

1 Answers  






We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

0 Answers   BirlaSoft,


Name the 3 common ways to create maps?

0 Answers  


What is non-conventional programs?

0 Answers  


How do you set the MDT option to ?ON? status, even if data is not entered?

1 Answers  


In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


What are the three BMS options ?

3 Answers  


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


Categories