What do you do to resolve SOC-7 error?

Answers were Sorted based on User's Feedback



What do you do to resolve SOC-7 error?..

Answer / a.roselin

1. Abend Aid is one of the tool which will trace out the
invalid numeric data over the field.

2. In Spool we could see the offset address of the invalid
numeric field and copy the offset address and pass it to
Parm Parameter on the JCL, it will display the invalid
numeric field of the statement in COBOL program.

Is This Answer Correct ?    8 Yes 5 No

What do you do to resolve SOC-7 error?..

Answer / chellad

Soc7 abend will be thrown because of moving any non numeric variable to numeric variable.

The fix is , you have to go to spool.

Check for the DD names either CESDUMP or AbendAid.

Please select the DD name using S

Then try to find the offset address and line number.

If line number doesn't exist then copy offset address and go back to SYSPRINT in spool

In the command line type L_offset address and press enter

You can now see the exact line.

Now go to your program and enter the line number in command area and press enter

You will be moved to the exact line which has error..you can correct it and then go for recompilation and execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

how to transfer the file from pc to mainframe??

3 Answers  


maximum of how many screens we can open in emulator

2 Answers  


Can anybody give me example of subscript and index

5 Answers  


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,






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.."

4 Answers   CSC,


why do u need inspect verb?

3 Answers   Patni,


what is the coding difference between COBOL and CICS.

8 Answers   Cap Gemini,


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


What is the difference between NEXT SENTENCE and CONTINUE?

2 Answers   Mphasis,


can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.

10 Answers   IBM,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


Categories