How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file

and soc7 check the sysdump and copy the offest address then
correct it in the program.

Answer Posted / arun singh

GEnerelly soc-7 occours due to data mismatch it means if u
are placing numeric data in alphabetic field. It can be
resolved by coading PARM=TEST(SYM)
and you will get the local variable whose value you have
given wrong.

Is This Answer Correct ?    16 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why would you use find and get rather than to obtain?

673


What are the different open modes available in cobol?

713


What is static and dynamic call in cobol?

586


What is the difference between Call and a Link?

690


example for sub strings ? and refernce modifications whit output pls

1833






i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1757


Whats the difference between search & search ALL?

5236


State the various causes of s0c1, s0c5 and s0c7.

654


What is the use of intialize verb?

735


What are the different data types in cobol?

778


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

792


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6787


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

1998


For rewrite, why is it mandatory that file needs to be opened?

613


When is inspect verb is used in cobol?

666