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
how do you reference the variable block file formats from cobol programs
What do you understand by psb and acb?
Write the code to count the sum of n natural numbers.
what is difference between cobol and cobol/400
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between Global and External Variables?
Can you please let me know the centre name of INS certification in Kolkata.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What the difference is between continue and next sentence?
What is the Purpose of Pointer in the string?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
In which area will you utilize 88 level items in cobol?
how to refer the data field?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
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