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)?
Difference between array and sub-script ?
What is length is cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is the difference between COBOL2 AND COBOL390?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Whats the difference between search & search ALL?
What is the difference between Global and External Variables?
IF I mention stop run in CICS what happens?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is redefines clause in COBOL?
Have you used comp and comp-3 in your project? And how?
) how do u code after getting data?