Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between pct and fct?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain the difference between start and xctl?
What is the meaning of the enq command?
What is the meaning of the deq command?
What is program reentrance?
How is Telon(CA-Telon) used to build map?
What does the 'cedf:cics' transactions do?
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?
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 ?
With the use of an alternate index, how is a VSAM file accessed?
Explain processing program table(ppt)?
Explain how would you resolve an asra abend?
name the command that is used to dump the main storage areas related to a task?
Name the command which is used to release a record on which exclusive control is gained?