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  


I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..

2 Answers   EDS,


How to concatenation one or more string?

4 Answers   Temenos,


input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 Answers  


What is an explicit scope terminator?

3 Answers  






What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree

3 Answers   Merrill Lynch,


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


Difference between array and sub-script ?

0 Answers   HCL,


which generation language is cobol

4 Answers   Kanbay,


file status 00 is checked after opening the file or reading the file

4 Answers   John Deere,


Categories