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.

Answers were Sorted based on User's Feedback



How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / 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 ?    107 Yes 17 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / sandeep

S0C4 occurs mainly due to protection exception. It means
when you are using subcripts for example my subsripts range
is 11 but I am trying 12 & your compiler option is ssrange
you got soc4 error.

Is This Answer Correct ?    56 Yes 6 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / sujan

Possible causes for the Abend SOC4 include:
1. Invalid address was referenced due to subscript error or
bad parameter passed
2. If we are moving a group move, then the receiving record
variable lenght is defined incorrectly, like the target
field size is less than the moving field size.
4. In Files, if we are trying to read or write a file which
was not open, then we can get SOC4.
5. Tried to goback in the SORT output procedure.

Is This Answer Correct ?    38 Yes 4 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / amit tomer

to resolve soc7, go to spool, check sysdump and copy offset
value,than come to jcl,in command line type F Offset value
then press f5 ,u will get location where the error, then
correct it..

Is This Answer Correct ?    26 Yes 6 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / arun singh

GEnerelly soc-7 occours due to data mismatch it means if u
are placing numeric data in alphabetic field. It can be
resolved by coading PARM=TEST(SYM)
and you will get the local variable whose value you have
given wrong.

Is This Answer Correct ?    16 Yes 8 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / vinutna koritala

soc4 error occurs due to invalid address or out of
subscript.i.e trying to read dataset which is in not open.
or
when read command is read againist empty vsam dataset.
how to ignore out of subscript errors?
write logic:pgm=IGYCRCTL
pgm=IEWL/HEWL,PARM=(SSRANGE,NONSSRANGE)are compiler options
which must be coaded in parm parameter.
soc7 error occurs in the foll situations.
moving data from alphanumeric to editing characters.
moving data from editing characters to alpha numeric data
type.
involve alphanumeric datatypes in arthemetic operations.

Is This Answer Correct ?    11 Yes 6 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / vasantha

resolving soc7.... ans mentioned above is one of the
correct ways...
but let me know how to resolve soc7 when offset address
includes hexadecimal values...
i have followed the same way... but not able to find the
exact location..

Pls help me out..

Is This Answer Correct ?    6 Yes 2 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / sayandeep

for hexadecimal data u have to do hexlock on

Is This Answer Correct ?    4 Yes 1 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / sainath

whenever sco4 error occurs there are two types are reasons
are there.......
1)Array in subscript size we are assign 5bytes of memory.we
are giving 6bytes of memory on that time soc04 error come.

2)in file concept file record length is 80.when ps record
length is not equal to 80,soc04 error will come.
so plz check out ps & file reclength.

Is This Answer Correct ?    5 Yes 3 No

How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed ..

Answer / maruthi

Please refer to

mainframe-faqs.blogspot.com/.../soc7-screen-shots-edited.html

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More COBOL Interview Questions

How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

3 Answers   TCS,


In an array processing what is the thing that can be done by using subscripts but not by using index

4 Answers   JPMorgan Chase,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 Answers  


Difference between file status codes 02 and 22.... since both are for duplicate key detection.

1 Answers  






I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,


what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?

1 Answers   CTS, HCL,


We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,


why occurs clause not mentioned in 01 level

6 Answers   HCL, NIIT, TCS, Tesco,


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


Categories