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

if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)

5 Answers   CICS,


what are the differences between and exec cics xctl and an exec cics link command?

0 Answers   IBM,


Can you explain enq and deq used in cics?

0 Answers  


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

0 Answers   Accenture,






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

3 Answers   Accenture,


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


For multithreading an application program need not be re- entrant(True or False).

1 Answers  


Name three ways the Modified Data Tag can be set on?

6 Answers   IBM,


CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).

1 Answers  


Why is it important not to execute a STOP RUN in CICS ?

4 Answers   IBM,


Categories