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

Please refer to

mainframe-faqs.blogspot.com/.../soc7-screen-shots-edited.html

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of outrecord?

1768


How many bytes S(8) comp field occupy and its maximum value?

1626


Write some characteristics of cobol as means of business language.

614


what is difference between cobol and cobol/400

21556


Explain the configuration section of a cobol program with examples of syntax.

655






Explain about different table spaces.

644


What is the default value(s) for an initialize and what keyword allows for an override of the default?

691


Describe the cobol database components?

676


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

677


What is the use of intialize verb?

742


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

853


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 do you understand by psb and acb?

661


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5673


Write a program to enter and display the names of students in a class using the occurs clause.

647