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
Write a program that uses move corresponding.
What are the pertinent COBOL
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Name some of the examples of COBOl 11?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how to convert the recors form vsam file to db2 table tru file aid
What is link edit in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to print 10 to 1 if the input have only 10 digit number?
Have you used comp and comp-3 in your project? And how?
Can we redefine the field of x(200) to less than 200?
Name the sections present in data division.