how we rectify soc7 and soc4 errors in project?
Answer / 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 |
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
How to read a 100 record from a file through cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
For rewrite, why is it mandatory that file needs to be opened?
What will happen if we generate GDG +2 version instead of +1 version?
What is length is cobol?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
What is Control Break processing ?
How you can characterize tables in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?