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
What guidelines should be followed to write a structured cobol prgm?
What is the difference between Call and a Link?
Describe the cobol database components?
how to convert the recors form vsam file to db2 table tru file aid
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
Write down the divisions of cobol program?
example for sub strings ? and refernce modifications whit output pls
what is amode(24), amode(31), rmode(24) and rmode(any)?
How you can characterize tables in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between external and global variables in COBOL?
Write a program to explain size error.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Can a Search can be done on a table with or without Index?