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
Can we redefine the field of x(200) to less than 200?
What is a SSRANGE and NOSSRANGE?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the pertinent COBOL commands?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the use of intialize verb?
What is the difference between goback, stop run and exit program in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What rules are to be followed while using the corresponding options?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How many sections are there in data division in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.