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



I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that..

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

I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that..

Answer / dileep

Checking the value of record Key in Sysdump or through
Xpeditor also you can find out at which record it got abend

Is This Answer Correct ?    3 Yes 0 No

I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that..

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

Post New Answer

More COBOL Interview Questions

Explain about Redefines cluse?

3 Answers   iGate,


Name the sections present in data division.

0 Answers  


How you can delete a record from a ps file in cobol?

1 Answers  


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


how to refer the data field?

0 Answers  






can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


wht is packed decimal in cobol

2 Answers  


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


in a indexed file what is procedure for read the records from 12 to 18. please give the code example

2 Answers   L&T,


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

5 Answers   Accenture, Patni,


Categories