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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the cobol coding sheets?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between Global and External Variables?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
) what is the difference between AID and HANDLE AID?
What is redefines clause in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is difference between cobol and cobol/400
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
What is the difference between Call and a Link?
How do you define a variable of comp-1 and comp-2?
what are decleratives in cobol?
how do you reference the esds vsam file formats from cobol programs
What is the difference between external and global variables in COBOL?