what is mainframe?
what is the mainframe software ? what is use in s/w field?
Answers were Sorted based on User's Feedback
Answer / praveena
A mainframe is a high-performance computer used for
large-scale computing purposes that require greater
availability and security than a smaller-scale machine can
offer. Historically, mainframes have been associated with
centralized rather than distributed computing, although that
distinction is blurring as smaller computers become more
powerful and mainframes become more multi-purpose. Today,
IBM emphasizes that their mainframes can be used to serve
distributed users and smaller servers in a computing network.
Linux can be a software for mainframe
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / villan
Mainframe is a basically a type of computers which can
handle large amount of storage.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bernard thomas
Mainframe is used to describe a main computer which can
serve many users simultaneously. This done using a facility
like TSO.
Mainframe software is TSO (for simulutaneous use), COBOL,
JCL, IDCAMS.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / om prakash yadav
No, i m not agre to yopu that main frame is used to
describe a main computer which can serve many users
simultaneously.
it is true it will provide a envirnoment to work on
simultaneously but
it is depend on system configuration.
main frame is a system which is provide a facility to share
a server at a time many users.
mainframe software is TSO :- no
mainframe s/w
COBOL- Language
DB2- database
jcl controling lanauge
vsam - temporary store upto 2 GB.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / aditya yadav
Mainframes are computers used mainly by large organizations for critical applications, typically bulk data processing such as census, industry and consumer statistics, ERP, and financial transaction processing.
Is This Answer Correct ? | 0 Yes | 1 No |
Under which scenario you would go for a static call as opposed to dynamic call?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
When is a scope terminator mandatory?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
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
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
What is the difference between PIC 9.99 and PIC9v99?
How to define a array dynamically.....
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
Write a program to concert an Indexed file into Sequential file?
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49