why mainframe we use not like java as frontend oracle as
backend. or not word excel.In there also huge ammount data
stored.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srinu
No Virus threat and more than 25,000 terminals can be
connected to the mainframe server.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of outrecord?
What are the steps you go through while creating a COBOL program executable?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
how would you resolve sb37 and SE37?
What are the different rules of SORT operation?
Name the sections present in data division.
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?