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 / sainath

whenever sco4 error occurs there are two types are reasons
are there.......
1)Array in subscript size we are assign 5bytes of memory.we
are giving 6bytes of memory on that time soc04 error come.

2)in file concept file record length is 80.when ps record
length is not equal to 80,soc04 error will come.
so plz check out ps & file reclength.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pertinent COBOL

2041


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

704


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868


What is the Purpose of POINTER Phrase in STRING command in COBOL?

713


What is cobol?

741






How you can characterize tables in cobol?

710


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


What is inspect in cobol ?

797


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


What is link edit in cobol?

748


Name the divisions, which are available in a cobol program?

681


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

654


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

670


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1111


what is the use of outrecord?

1768