Answer Posted / chandra
do not mention the STOP RUN in end of the cobol program.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
What is the difference between perform … with test after and perform … with test before?
Write a program that uses move corresponding.
How to print 10 to 1 if the input have only 10 digit number?
How do you reference the following file formats from cobol programs?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Why would you use find and get rather than to obtain?
What is rmode(24)
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between next sentence and continue in cobol programing language?
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.
How do you differentiate between cobol and cobol-ii?
Write a cobol program making use of the redefine clause.