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 / amit tomer
to resolve soc7, go to spool, check sysdump and copy offset
value,than come to jcl,in command line type F Offset value
then press f5 ,u will get location where the error, then
correct it..
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
how to refer the data field?
What are the access modes of START statement?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between next sentence and continue in cobol programing language?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is cobol?
When is inspect verb is used in cobol?
example for sub strings ? and refernce modifications whit output pls
what is search and searchall?what is the diffrence between them?give an best example?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how to move the records from file to array table. give with code example
Difference between array and sub-script ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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.