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 |
Define floating maps with illustration?
What is the purpose of the Program List Table?
Explain processing program table(ppt)?
What is interval control and what are some of the CICS commands associated with it?
What is meant by a CICS task?
Explain how do you handle errors in cics programs?
What is CECI?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
What does the BUFFER option in RECEIVE mean ?
what are the commands used to gain exclusive control over a resource?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the command which will delete a program LOADed into the main storage using LOAD command?