Hi can anybody tell me about Mainframe batch testing and how
is it done. I am totally new to mainframe testing. Thanks
in Advance.
Answer / pradeep..cr
First we will write business logic by using COBOL and then
after we write JCL-job by specifying input and output file
as DD names. In jcl we mention program using EXEC
statement. and input and output files by using DD names.
| Is This Answer Correct ? | 6 Yes | 0 No |
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and Comp -3 3) What will happen if DISP = ( NEW, DELETE, KEEP) 4) Gave one scenario like , if PIC clause X(50) has to be increased to X(70) how u will proceed with this change. 5) Diff between Section and Paragraph
how do we describe static call and dynamic call?
how will you find a particular line in debugging if its a infinite loop
what is the msg id for OPNQRYF?
how do u debug without using xpeditor ?
can we use already existing access path?
Which is the difference between delimited by size and delimited by space?
How do you create a like table?
what is the right time for using in-line perform?
How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.
Explain host variables?