When there are 2 records with the same key specified in a
DELETE operation what will happen?
Answers were Sorted based on User's Feedback
Answer / ramakrishna
First it will fail for duplicate key.if not it will
work as below.
If you would have specified "GENERIC" option in EXEC
CICS DELETE command it will delete all the records which
ever it finds in the file with the key it have. (Mass Delete)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mahesh
The first record that is in the line up of records will be
deleted.
| Is This Answer Correct ? | 1 Yes | 3 No |
I want to know what exactly the STOPPER field does with example. Please help.
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is data only and map only in cics
What is the common work area (CWA)?
What are the types of important programs that are used in the cics?
Which is the CICS control program which governs the flow of control among the CICS application
Explain the difference between a physical bms mapset and a logical bms mapset?
how we change the vsam file name in cics rigion? anybody elobrate this?
When would you use abend command?
What is the difference between the enter key, the PF keys and the PA keys?
Which is the program which determines whether a transaction should be restarted ?
Define cics interface block?