Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


What does EIB mean?

3 Answers   IBM,


What is the difference between using the READ command with INTO option and SET option?

2 Answers   IBM,


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

4 Answers   IBM,


when will be use the tdq and tsq??

0 Answers  


What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


How to test CICS, MainFrame applications

12 Answers   Covansys,


Define task work area?

0 Answers  


When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored

1 Answers  


Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?

3 Answers  


How do you access storage outside your CICS program?

2 Answers   IBM,


What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


Categories