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 all the divisions of a COBOL program?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between next sentence and continue in cobol programing language?
Explain the configuration section of a cobol program with examples of syntax.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
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?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the use of intialize verb?
What is rmode(any) ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is amode(31)
What is the difference between binary search and sequential search?
How are the next sentence and continue different from each other?