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 |
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
Define floating maps with illustration?
What is the name of the facility provided by CICS to free the application program form the problems caused
How many exceptional condition can be given in a HANDLE CONDITION?
What is a transid and explain the system transid CEMT?
what is the option to be coded on return to associate a transaction identifier with next terminal.
How vsam files are read in cics pgms?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is data only and map only in cics
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
What does the BUFFER option in RECEIVE mean ?