why mainframe we use not like java as frontend oracle as
backend. or not word excel.In there also huge ammount data
stored.
Answer Posted / sanjeev
main frames is huge sever which can run programs from different terminals in a shortest time span. If we take java or oracle, these would be having latest updates which may or may not be useful for a company.
migrating to java or oracle would again give cost parameter which every one cant afford so easily.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
What is the difference between PIC 9.99 and PIC9v99?
Why did you choose to work with ibm mainframe cobol programming?
What are the different data types in cobol?
Mention the guidelines to write a structured cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between a binary search and a sequential search what are the pertinent cobol?
i need a small 3d program using inline and outline.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between Call and a Link?
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.
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.
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?
How do you reference the following file formats from cobol programs?
Write a program to enter and display the names of students in a class using the occurs clause.