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



When there are 2 records with the same key specified in a DELETE operation what will happen?..

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

When there are 2 records with the same key specified in a DELETE operation what will happen?..

Answer / mahesh

The first record that is in the line up of records will be
deleted.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More CICS Interview Questions

What is the meaning of the deq command?

0 Answers  


What is the meaning of BMS length of field = 0?

1 Answers   IBM,


plz tell me abt PF key and PA keys

2 Answers   Cap Gemini,


What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.

3 Answers   Patni,


Can you use DYNAMIC calls in CICS ?

2 Answers   IBM,






Name some important fields in the EIB block ?

2 Answers   IBM,


plz give the syntax for receive map and receive text cmds in cics

1 Answers  


Which command is used to release a record on which exclusive control is gained?

1 Answers  


Define cedf?

0 Answers  


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

2 Answers  


Looking at an CICS module how would one will identify that it is pseudo or full conversational?

5 Answers   IBM,


Can you have CICS code in a copybook? If yes, what happens during compilation?

3 Answers   IBM,


Categories