Have you used comp and comp-3 in your project? And how?
Explain the configuration section of a cobol program with examples of syntax.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How are the next sentence and continue different from each other?
how do you reference the rrds file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What do you understand by psb and acb?
What are literals?
What is static and dynamic call in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between external and global variables in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are declaratives and what are their uses in cobol?
Can we redefine the field of x(200) to less than 200?