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
explain sorting techniques in cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the different types of condition in cobol and write their forms.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how to move the records from file to array table. give with code example
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)?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why would you use find and get rather than to obtain?
Can we change the password using ALTER? anyone tried and changed?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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.
Write a program to explain size error.
Describe the cobol database components?