how we rectify soc7 and soc4 errors in project?
Answer Posted / ravi paradkar
SOC4 means address exception
when we are trying to move a value into a variable which is having more length than defined
SOC7 - Data Exception.
eg: when we try to move a non-numeric data into a numeric data item.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is Pic 9v99 Indicates in COBOL?
Write a program to explain size error.
What is the difference between external and global variables in COBOL?
How are the next sentence and continue different from each other?
how do you reference the rrds file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What rules are followed by the search verb.
Which is not true about evaluate statement
Describe the cobol database components?
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
In COBOL programming, what is PERFORM? What is VARYING?
how to move the records from file to array table. give with code example
how to access the file from prodution from changeman tool and to submit a file to production
Whats the difference between search & search ALL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?