What is the local-storage section?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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 are the pertinent COBOL commands?
HOw can I get the negative sign while deduct high value from low value
Mention the guidelines to write a structured cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is a report item?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is rmode(any) ?
How are the next sentence and continue different from each other?
what is the difference between COBOL2 AND COBOL390?
Write the code implementing the perform … varying.
What is the difference between binary search and sequential search?