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 / vasantha
resolving soc7.... ans mentioned above is one of the
correct ways...
but let me know how to resolve soc7 when offset address
includes hexadecimal values...
i have followed the same way... but not able to find the
exact location..
Pls help me out..
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Describe the cobol database components?
What is link edit in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the different rules to perform a Search?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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.
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the rrds file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the cobol coding sheets?
Give some examples of command terminators?
Write a program to enter and display the names of students in a class using the occurs clause.