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 |
What are the parameters that you have to give when you are using the CSSN transaction?
What does EIB mean?
What is the difference between using the READ command with INTO option and SET option?
Why is it important not to execute a STOP RUN in CICS ?
when will be use the tdq and tsq??
What will happen if the TDQ that you want to delete is not in the DCT?
How to test CICS, MainFrame applications
Define task work area?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
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?
How do you access storage outside your CICS program?
What is the command which will delete a program LOADed into the main storage using LOAD command?