Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...
Answer Posted / kalpesh
Dont worry ! Be Happy!!!
You'll be given on-job training.
You'll mostly only require minimum mainframe knowledge to
test in Mainframe.
Learn basics of JCL.
Probably, that's the only thing you'll ever need.
However, there might be lots of other tools that you might
want to learn.But then, you can only learn that hands on.
One main disadvantage of mainframe, as I see is that we
cannot practice them @ home like C , Java or .NET
programming.
Enjoy ..
Ham hai rahi pyar ke,
phir milenge chalte chalte!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
When is inspect verb is used in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the printer file formats from cobol programs
How do get the result of your program directly on your pc?
Why did you choose to work with ibm mainframe cobol programming?
What are different data types in cobol?
Give some examples of command terminators?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is perform what is varying?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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
what is the use of outrecord?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?