Answer Posted / sujith
Hi,
There can be many methods to solve SOC7
1)by using XPEDITER
2)Going behind the reasons causing Soc7 in working -
storage. (we can offset the wrong data and compile and
later correct it)
3)the most preferable one is to get the value of offset in
compile list,getting this offset then find this offset's
corresponding value in your pgm.It will take you straight
to the line causing SOC7.
SOC 4 may be due to less space than what is needed by the
program. This is also called Storage violation error - can
be due to various
reasons. e.g.: READING a file that is not open, invalid
address referenced due to subscript error.
Using Display statements points or after lines you suspect
can show where the error occurs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is deadlock in db2?
What is the connection string to connect to the DB2 Database ?
What is db2 look?
What is isolation level in db2?
What is the use of db2 optimizer?
Can we update view in db2?
Comment whether the cursor is closed during commit or not.
What is the max length of sqlca?
How do I create a view in db2?
What is cursor with hold option in db2?
What is copy pending and check pending in db2?
How can you quickly find out the # of rows updated after an update statement?
What is phantom read in db2?
Can we delete records from view?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?