what is the minimum number of lines a Cobol program should
have to successfully compile and run

Answer Posted / harish

hi i will accept both #1 and #2

#1 we will get compilation successful but in runtime
without procedure we may get some prob i am not sure

#2 answer is absolutely right buddy.....

pls correct me if anything wrong

HARISH POOMGAME SHIVAPPA(hassan,karnataka)
NIIT TECHNOLOGY
KOLKATA

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the LINKAGE SECTION used in COBOL?

889


What is link edit in cobol?

772


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


What is the use of intialize verb?

750






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2120


How to know whether the module is dynamical or statistical?

656


What are declaratives and what are their uses in cobol?

714


What is difference between static and dynamic call in cobol?

777


Write down the divisions of cobol program?

671


Can we redefine the field of x(200) to less than 200?

820


What is the utilization of copybook in cobol?

657


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.

5695


What the difference is between continue and next sentence?

663


What is the difference between next sentence and continue in cobol programing language?

712