Hello,
I have 3 years of exp as a mainframes tester in a leading IT
company, now am looking to change my company. Could you
please let me know, what are the interview questions/topics
i should prepare.
Your suggestions are truly valuable for me :)
Thanks !!
No Answer is Posted For this Question
Be the First to Post Answer
Hi can anybody tell me about Mainframe batch testing and how is it done. I am totally new to mainframe testing. Thanks in Advance.
What is comp-1?
Why do you need a secondary index in an ims?
How to declare host variables?
What is the use of a COPYBOOK in Fileaid ?
What is the importance of common attribute?
Is it possible to move the alphanumeric variables to a numeric variable?
What is COUNTERS in PL/1? How to assign the COUNTER variables? WHich Data Type it can be used for this?
What is the difference between the mro & isc?
difference between MSGSFL AND SFL?
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
Total no of bytes in the following 01 rec-1 02 first-group 03 a1 pic x(4). 03 a2 pic 99. 02 second-group redefines first-group. 03 A3 pic999. 03 A4 pic 999. 02 third-group. 03 A5 occurs 5 times pic 99. A)22 B)16 C)12 D)10