I have a file it contain 10 records.i got abend at 8th record
because of soc7.how do you know that perticular record got
abend?
Answers were Sorted based on User's Feedback
Answer / harsha
1 Go to File manager view penal/edit penal.
2 Give file name and corresponding file layout(i.e.
copybook)
3 Hit enter. You will be able to browse/edit the file.
4 On Command Line give 'FE(i.e. find error) Field Number.
5 File Manager will automatically take control to you to
that record which have invalid data in that perticular
field.
You can perform the similar functionality in File Aid as
well.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rohan
we will use parm='test' while executing at that time we will know the location of the error.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to resolve the file status 47.......
What is the LINKAGE SECTION used in COBOL?
What is the meaning of 'Eject' verb in cobol?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
Write the code implementing the perform … varying.
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
how can you identify wheather the program is using search or search all in the cobol program?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
Can we move X(7) to S9(7) COMP?
What is amode(24)?