Page 1 of 1

Oracle testing to Mainframe testing.

Posted: Thu Oct 02, 2014 5:35 pm
by Dushyant Goyal
hello,

I've experience is with Oracle testing and will need to do mainframe testing now. How should I get started ? Should I start with learning COBOL, JCL, DB2 ?

Thanks

Re: Oracle testing to Mainframe testing.

Posted: Tue Oct 21, 2014 12:18 pm
by Anuj Dhawan
As far as testing is concerned, the concepts remain same. You might need to do a "black box testing" or a "white box". OTOH, learning COBOL, JCL and DB2 might give you an added advantage to understand the code when you do a white box testing, however, it's not mandatory to do the testing - IMHO.

Re: Oracle testing to Mainframe testing.

Posted: Wed Oct 22, 2014 12:04 am
by nicc
If you are running batch jobs then you definitely need JCL. You don't need to know everything - just the basics. As someone new to the mainframe world you would not be expected to know everything on day 1. Just find out where the manuals are. And learn that control cards are not JCL but are control cards and are documented in the manuals for the programs that process them.

Re: Oracle testing to Mainframe testing.

Posted: Mon Nov 10, 2014 2:50 pm
by Dushyant Goyal
Thanks for the guidance. I'll keep these things in mind.