please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is redefines clause in COBOL?
how do you reference the ksds vsam file formats from cobol programs
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 s000 u4087 error? please give the all error codes in cobol,jcl.
Difference between cobol and cobol-ii?
What is difference between static and dynamic call in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is Pic 9v99 Indicates in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
Define 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 an in line perform? When would you use it? Anything else you wish to say about it.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?