How to resolve the soc4 and soc7 errors?
Answer Posted / billyboyo
The general technique for any abend in an IBM Cobol program
is the same. Look at the dump. Find the address of the
instruction that is failing. Find the program the
instruction is in. Find the displacement of the failing
instruction in the program. Find the program statement from
that.
Then, having identified the line of code and the field(s)
involved, work out what got messed up. It could be the
data, it could be your code, it could be someone else's
code. There are even other rare possibilities.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
In which area will you utilize 88 level items in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the Purpose of Pointer in the string?
Difference between cobol and cobol-ii?
what are decleratives in cobol?
What are declaratives and what are their uses in cobol?
Define cobol?
Have you used comp and comp-3 in your project? And how?
What is amode(24)?
How arrays can be defined in COBOL?
How do you get the data to code the BMS macro?
explain sorting techniques in cobol program?