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 |
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Differentiate between PCT and FCT.
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
How is dynamic memory allocated within a CICS application program?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
What does a cics translator do?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
What are the 3 common ways to create maps?
Explain the thress bms options?
When would you use abend command?
What is the use of DSECT parameter in BMS?