System Testing for Mainframe Developers
What is System Testing?
integration testing ? what's the procedure ..
i need a small 3d program using inline and outline.
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?
What is the difference between performing a SECTION and a PARAGRAPH?
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.
if we have a 10 steps how to override the 4th step in jcl?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
Can the OCCURS clause be at the 01 level?
what is meaning by design document? who can repared for this?
What is the size of s9(19)comp3? explain
what happens when a copybook variables are declared using include statement ?
How many variables can be declared in w-s section.?
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.