what is mainframe?
what is the mainframe software ? what is use in s/w field?
Answer Posted / sreeram
above ans correct. if we will go for front end . they need
to maintain no of server for each and every appliction
under one client itself.
For mainframe - only one server enough to hanlde all the
application. we can store huge amount of data. i.e
advantage in mainframe
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between Global and External Variables?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Name the divisions, which are available in a cobol program?
What is the difference between perform … with test after and perform … with test before?
Which is not true about evaluate statement
What are the various section in data division and briefly explain them.
Explain what you understand by passing by value.
how to move the records from file to array table. give with code example
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What rules are followed by the search verb.
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
What is amode(31)
how do you define single dimensional array and multidimensional array in your cobol?