How to resolve SOC4 & SOC7 errors?
Answers were Sorted based on User's Feedback
Answer / suresh kumar
S0C7-- generally occurs when a non-numeric data moved to a
numeric data type and perform computation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
The main reason for this error is that a variable is defined
with less characters and we are trying to move data which is
larger than the actual storage space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / skychurch
S0C7 - possible errors: uninitialized field for computation.
- input record is null
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the distinction amongst include and copy?
what is Retro fitting ?
Explain identify whether a call statement is a static or dynamic call?
What is the advantage of defragmentation?
Hi all, I have >200 members per Dataset, I need to delete 2 lines from all members of a Dataset. To do Manually it is difficult. So please tell me simple method. is there any Tool or........
How do you handle exceptions PL/1?
What is downtime and what might be the reason?
Tell about how do you eliminate the duplicates?
how can u view a vsam file using file-aid
Can I redefine an x(200) field with a field of x(100) ?
What is meant by an isolation level?
If JOBA is in MSGW due to data decimal error and DUMP is generated and I found that Decimal field formatted with some special char which is coming from Input file amd file has millions of records. How I can find out on which record the error is occur. Please share your experience.....