how we rectify soc7 and soc4 errors in project?



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

Post New Answer

More COBOL Interview Questions

How can you submit a job from COBOL programs?

2 Answers   ITC Infotech,


what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

0 Answers   Steria,


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


what are the working storage fields in BMS macro?

2 Answers   IBM,






How you can delete a record from a ps file in cobol?

1 Answers  


COMP?

2 Answers  


How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB

6 Answers   Polaris,


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


What is the Importance of GLOBAL clause According to new standards of COBOL?

2 Answers   Infosys,


Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


Categories