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 |
Is it possible start a transaction CICS from job Batch? How do it?
Name the command which is used to release a record on which exclusive control is gained?
plz tell me abt PF key and PA keys
How To Retrive The VSAM Datasets in CICS application programs?
What are the CICS commands associated with transient data queue processing?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Explain processing program table(ppt)?
How can you use dynamic calls in cics?
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??
Can a tsq of one particular transaction be accessed from an alternate transaction?
What is mainframe cics?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.