i am a btech cs 2009 passout.
i am opting for mainframe course. is it good to do this course?
pls. anyone suggest me
Answer Posted / murali
Mainframe is a legacy language. You have many hot cake
languaes out in the market like Siebel , .net etc. In the
IT industry the only technlogy billed at lesser rate is
Mainframes i.e 20 dollars / hours.,where as the other
technlogies will have decent billing rate which starts from
120 dollars / hour. In the Mainframe area as your
experience grows the career path will be narrowed down. My
suggestion is do not opt for Mainframes, start with hot
cake technlogies like Siebel or Networking .
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is comp-1 and comp-2?
Why did you choose to work with ibm mainframe cobol programming?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write down the divisions of cobol program?
) what is the difference between AID and HANDLE AID?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Describe the cobol database components?
What are all the divisions of a COBOL program?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
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.
What is the difference between Call and a Link?
What kind of error is trapped by on size error option?
) how do u code after getting data?