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
What are the different types of condition in cobol and write their forms.
Have you used comp and comp-3 in your project? And how?
Can we redefine the field of x(200) to less than 200?
Give some examples of command terminators?
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?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Why occurs cannot be used in 01 level in COBOL?
example for sub strings ? and refernce modifications whit output pls
What is the compute verb? How is it used?
What is amode(31)
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are different data types in cobol?
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?
what is search and searchall?what is the diffrence between them?give an best example?