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 / 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 |
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
What is report-item?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
how to check whether the open command of a sequential file is successful? or not?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
What is the difference between write & move in COBOL?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
what is index and how to use two tables using index?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
how you read control card into array?
how would find total records in files using seqientional