System Testing for Mainframe Developers

What is System Testing?
integration testing ? what's the procedure ..


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

i need a small 3d program using inline and outline.

0 Answers  


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


What is the difference between performing a SECTION and a PARAGRAPH?

5 Answers   Accenture, Patni,


There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

1 Answers   Mind Tree,


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,


Can the OCCURS clause be at the 01 level?

2 Answers  


what is meaning by design document? who can repared for this?

5 Answers   TCS,


What is the size of s9(19)comp3? explain

8 Answers  


what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


How many variables can be declared in w-s section.?

2 Answers  


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


Categories