What do you do to resolve SOC-7 error?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable block file formats from cobol programs

686


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8160


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1955


State the various causes of s0c1, s0c5 and s0c7.

661


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2058






How do we get current date from system with century in COBOL?

805


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

757


i want a program using by if, evaluate , string, unstring, perform, occurs?

4057


What are literals?

630


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684


Differentiate between structured cobol programming and object-oriented cobol programming.

667


What is Pic 9v99 Indicates in COBOL?

726


What is the difference between comp and comp-3 usage?

678


what is the difference between COBOL2 AND COBOL390?

2453


What is an in line perform? When would you use it? Anything else you wish to say about it.

644