What is the binary search?
Are scope terminators compulsory? If they are, when?
What is the full form of adabas?
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
What does the keyranges parameter in define cluster commends do?
what is the other verb for release and write ?
How to view db2 table structure?
What is speed parameters in define cluster command?
What are the different dataset organizations used in vsam?
Difference between fixed length and variable length records.
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the difference between an obtain next and obtain first in idms?
Mention the various locks that are available in db2.