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 |
How many maps are create in a single mapset?
What is the term conversational programs means?
Can you define transid?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
How is dynamic memory allocated within a CICS application program?
Define the attribute byte?
What is the function of DFHMDF BMS macro?
What is the CICS Command that is used for reading a record from the TDQ?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
Explain how to handle exceptional conditions in CICS.
What is the usage of language in the PPT entry?
Mention the option used in a cics command to retrieve the response code after execution of the command?