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

There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


What is an in-line perform ?

4 Answers   Accenture,


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

0 Answers  






What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


What is the linkage section?

4 Answers  


. How do we cast a variable in COBOL

1 Answers   HSBC,


Name some of the examples of COBOl 11?

0 Answers   CSC,


How do u write test cases?

0 Answers   IBM,


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


Categories