Answer Posted / mdvasanth86
What Mahathiaz said it true.
However, I would like add that it can be combined with other
statements in the Paragraph with the recent version of cobol.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how to convert the recors form vsam file to db2 table tru file aid
How many bytes S(8) comp field occupy and its maximum value?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between comp and comp-3?
What are the different open modes available in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Mention the guidelines to write a structured cobol program?
Write the code to count the sum of n natural numbers.
) what is the difference between AID and HANDLE AID?
how do you reference the printer file formats from cobol programs
What is amode(24)?
What are various search techniques in cobol? Explain.