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 is the local-storage section?
What are the different rules to perform a Search?
What is the difference between Global and External Variables?
What are all the divisions of a COBOL program?
Name some of the examples of COBOl 11?
What is the difference between PIC 9.99 and PIC9v99?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the various section in data division and briefly explain them.
Write down the divisions of cobol program?
What are various search techniques in cobol? Explain.
When is inspect verb is used in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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.