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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What rules are followed by the search verb.
How you can read the file from bottom?
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.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What guidelines should be followed to write a structured cobol prgm?
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?
Why occurs cannot be used in 01 level in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
What is rmode(any) ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the Purpose of Pointer in the string?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is redefines clause in COBOL?
what happens if parmparameter passes zero bytes to the program