What are differences between COBOL and java ? why we are
giving more preference to COBOL ?
Answer Posted / ragahvendra
Cobol is a structured language where as Java is a High level
and Object oriented Language. Cobol has extensive facilities
for report generation.
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
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.
In COBOL programming, what is PERFORM? What is VARYING?
How to print 10 to 1 if the input have only 10 digit number?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Define static linking and dynamic linking.
What is rmode(any) ?
example for sub strings ? and refernce modifications whit output pls
Which division and paragraphs are mandatory for a COBOL program?
Which mode is used to operate the sequential file?
Write a cobol program making use of the redefine clause.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between perform … with test after and perform … with test before?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Difference between array and sub-script ?