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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is amode(24)?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is a report item?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
Describe the cobol database components?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what happens if parmparameter passes zero bytes to the program
How many bytes S(8) comp field occupy and its maximum value?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
For rewrite, why is it mandatory that file needs to be opened?