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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
what happens if parmparameter passes zero bytes to the program
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Write a program to explain size error.
What is inspect in cobol ?
How do you reference the fixed block file formats from cobol programs
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How do you reference the following file formats from cobol programs?
What guidelines should be followed to write a structured cobol prgm?
Explain what you understand by passing by value.
What is redefines clause in COBOL?
What are the pertinent COBOL commands?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......