Hi,
1). How to lock a particular record in DB2?
My answer: I don't know
2). How to read a particular record in DB2?
My answer: I don't know
3). How to delete all the generation of a GDG without deleting the base?
Earlier I didn't know but now I know.
Answer: By using this step:
//DELETE EXEC PGM=IEFBR14
//D1 DSN=THE.GDG.BASE,DISP=(OLD,DELETE,KEEP)
4). What is static cursor positioning in CICS?
My answer: When we set IC value inside the map it is called statis cursor positioning.
5). When we receive a map, how do we know that data has been entered?
My answer: We check EIBCALEN = 0. If it is zero then it means no data received.
6). When we throw/send a MAP on the screen, at that time what is the value of EIBCALEN?
My answer: Zero
7). In a DB2/Cobol pgm, some modification has been made. That modification is not related to DB2. Like only a DISPLAY statement has been added. Now in this case do we need to go through the entire precompilation/compilation process?
My answer: Yes. Because if we don't go through the entire process again then we will get time-stamp mismatch error.
That's all I could recall ... if I am able to retrace more then I will post it
Please add your thoughts to it as well.
Thanks