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 |
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
how to get 'time stamp' in cics prgms ,what is the syntax.
what is the cics command used to access current date and time?
Can you define aica abend?
Explain the difference between link and xctl?
What is meant by pseudo-conversation?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is the common systems area?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
What is EXEC CICS RETRIEVE ?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?