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 report-item in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Can we redefine the field of x(200) to less than 200?
What are 77 levels used for?
how to move the records from file to array table. give with code example
When is inspect verb is used in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
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.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Write a program to enter and display the names of students in a class using the occurs clause.
Differentiate between structured cobol programming and object-oriented cobol programming.