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

What are VS COBOL 11 special features?

1 Answers  


1.What is the limit of linkage section?

4 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,


What rules are followed by the search verb.

0 Answers  


1) can we display the index?

3 Answers   ADP, IBM,






What is the difference between performing a SECTION and a PARAGRAPH?

5 Answers   Accenture, Patni,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


Can the OCCURS clause be at the 01 level?

2 Answers  


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  


I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?

15 Answers   ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,


Categories