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 meant by MDT? Furthermore, comment on FRSET and FSET ?

0 Answers  


Explain the function of the cics translator?

0 Answers  


Explain the purpose of the program list table?

0 Answers  


Explain what is a cursor in cics sql processing?

0 Answers  


What is the use of the DELIGHT in Mainframes and whats is use of scope?

1 Answers  






when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

0 Answers   IBM,


How many maps can we declare in a mapset.what is the limit.

4 Answers   IBM,


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

0 Answers   IBM,


What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


In which table would you make an entry for a BMS map?

2 Answers   IBM,


What is the command for reading a record form a TSQ?

3 Answers  


what is the differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


Categories