Answer Posted / aji cherian
If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is amode(31)
What is the difference between PIC 9.99 and 9v99 in COBOL?
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?
What is the difference between comp and comp-3 usage?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different rules to perform a Search?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how to move the records from file to array table. give with code example
Can we redefine the field of x(200) to less than 200?
Write the code to count the sum of n natural numbers.
What are the different types of condition in cobol and write their forms.
Write a program to explain size error.
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.
Difference between array and sub-script ?