i want to learn mainframes. i completed MCA ,whats the
future of mainframes
Answer Posted / suputhru
Mainframes is Mainframes.
No one can beat it.
mainframes will have surely Constant Bright future.
I agree with Devesh.
"Finally, Please don't come blindly in to mainframes family."
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different data types in cobol?
i need a small 3d program using inline and outline.
What is link edit in cobol?
how do you reference the fixed unblock file formats from cobol programs
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 the difference between a binary search and a sequential search what are the pertinent cobol?
How do you differentiate between cobol and cobol-ii?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to print 10 to 1 if the input have only 10 digit number?
What are various search techniques in cobol? Explain.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why occurs cannot be used in 01 level in COBOL?
What is a report item?