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 |
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
in how many mode we can open a file ?
01 a pic s9(5) value '-12345' how it will be stored
What are the different open modes available in cobol?
) What is the use of IGNORE?
Can we redefine the field of x(200) to less than 200?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
what is index and how to use two tables using index?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?