How to resolve the soc4 and soc7 errors?
Answer Posted / swamy
soc4 when u r tryng to access a memory location for which u
don't hav access
soc7 non numeric operation on numeric field
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
In COBOL, what is the different between index and subscript?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
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.
Can we change the password using ALTER? anyone tried and changed?
What kind of error is trapped by on size error option?
What is the difference between binary search and sequential search?
For rewrite, why is it mandatory that file needs to be opened?
What is rmode(24)
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write a program to explain size error.
how can i see junk values in dclgen or in hostvariable of comp ?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write a program that uses move corresponding.
what is the difference between COBOL2 AND COBOL390?