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 / 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 |
Post New Answer View All Answers
What is amode(31)
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you get the data to code the BMS macro?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are various search techniques in cobol? Explain.
What are the rules of the move verb?
Describe the cobol database components?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Can we redefine the field of x(200) to less than 200?
Why occurs cannot be used in 01 level in COBOL?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Give some examples of command terminators?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between goback, stop run and exit program in cobol?
What is the difference between Global and External Variables?