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 |
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
1)what is use of linkage section? 2)what is difference between comp and comp-3
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
What is the size of s9(19)comp3? explain
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
wht r the advantages of 77 level number ?
How you can characterize tables in cobol?
tell me about examine inspect and evaluate ?
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
how we rectify soc7 and soc4 errors in project?