i want to learn mainframes. i completed MCA ,whats the
future of mainframes
Answer Posted / bhagya
Mainframes has no further scope because the companies which
already have MF projects only go for mainframe resources.
Also mainly large companies have MF projects.So by studying
MF we wont get a job easily.Mainframes + Informatica tool
is having a lot of vacancies nowadays.
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
What is the problem of ordered sequential files access?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is an in line perform? When would you use it? Anything else you wish to say about it.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you differentiate between cobol and cobol-ii?
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 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?
What is the utilization of copybook in cobol?
How to print 10 to 1 if the input have only 10 digit number?
How can you get the ksds file records into your cobol program?
What is the difference between perform … with test after and perform … with test before?
What is the difference between PIC 9.99 and PIC9v99?
how to refer the data field?
Name some of the examples of COBOl 11?