How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file
and soc7 check the sysdump and copy the offest address then
correct it in the program.
Answer Posted / baskar
S0C4 occurs mainly due to protection exception. It means
when you trying to move a larger variable to a small
variable. Whereas S0C7 is data exception. It occurs when
you try to move a non numeric value to a Numeric variable.
| Is This Answer Correct ? | 109 Yes | 17 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain what you understand by passing by value.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is Pic 9v99 Indicates in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
Write a cobol program making use of the redefine clause.
What is amode(31)
How do you reference the following file formats from cobol programs?
What is a report item?
Write some characteristics of cobol as means of business language.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?