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 is the process of converting the CICS commands into the equivalent host language statements called?
Add a field to screen when what's the flow of impact?
Define exec cics retrieve?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
difference between tsq and tdq?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
what is amp?
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 some of the information available in the EIB area?
The EIB field which gives the last CICS command executed is
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
How can you access qsam (seq) files from cics?