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 the use of outrecord?
For rewrite, why is it mandatory that file needs to be opened?
How do u write test cases?
How do define dynamic array in cobol.
What is amode(24)?
What are 77 levels used for?
Explain the configuration section of a cobol program with examples of syntax.
How to know whether the module is dynamical or statistical?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What do you understand by psb and acb?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
State the various causes of s0c1, s0c5 and s0c7.
What is the Purpose of Pointer in the string?