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 / 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 ?    57 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) what is the difference between AID and HANDLE AID?

1868


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1060


In COBOL programming, what is PERFORM? What is VARYING?

851


) How do u handle errors in BMS macro?

1606


What is the difference between structured cobol programming and object alternativelyiented cobol?

972






Write a program to enter and display the names of students in a class using the occurs clause.

901


What is the difference between next sentence and continue in cobol programing language?

937


Write a program that uses move corresponding.

857


What are various search techniques in cobol? Explain.

845


What is a scope terminator give example?

819


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2208


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

845


what is amode(24), amode(31), rmode(24) and rmode(any)?

880


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3932


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1394