what is mainframe?
what is the mainframe software ? what is use in s/w field?
Answer Posted / 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 |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between binary search and sequential search?
What rules are to be followed while using the corresponding options?
how do you reference the fixed unblock file formats from cobol programs
IF I mention stop run in CICS what happens?
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 is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write some characteristics of cobol as means of business language.
what is search and searchall?what is the diffrence between them?give an best example?
how do you define single dimensional array and multidimensional array in your cobol?
What is a SSRANGE and NOSSRANGE?
how do you reference the variable unblock file formats from cobol programs
how do you reference the esds vsam file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?