When there are 2 records with the same key specified in a
DELETE operation what will happen?
Answer Posted / 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 |
Post New Answer View All Answers
Define the term function request shipping?
Explain how do you access storage outside your cics program?
Explain the difference between a package and a plan.
Explain the difference between physical map and symbolic map?
List out all the tables that are a part of cics ?
What is the pic clause for the data type of length option field type of data fields?
Explain cebr transaction commands?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Define exec cics retrieve?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Define transient data?
What is the procedure to read a statement from tsq?
what is eib, how is can be used?
What is meant by PPT and what are its uses?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?