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 / sayandeep
for hexadecimal data u have to do hexlock on
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
how do you reference the variable unblock file formats from cobol programs
What is static and dynamic call in cobol?
What is the usage of comp fields in cobol?
Describe the cobol database components?
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.
how do you reference the printer file formats from cobol programs
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.
What is inspect in cobol ?
Can you please let me know the centre name of INS certification in Kolkata.
How arrays can be defined in COBOL?
What is report-item in COBOL?
What is the difference between binary search and sequential search?
What is link edit in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?