What do you do to resolve SOC-7 error?

Answer Posted / a.roselin

1. Abend Aid is one of the tool which will trace out the
invalid numeric data over the field.

2. In Spool we could see the offset address of the invalid
numeric field and copy the offset address and pass it to
Parm Parameter on the JCL, it will display the invalid
numeric field of the statement in COBOL program.

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you get the ksds file records into your cobol program?

642


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

710


In which area will you utilize 88 level items in cobol?

722


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


How are the next sentence and continue different from each other?

766






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.

2008


Mention the guidelines to write a structured cobol program?

620


how do you define single dimensional array and multidimensional array in your cobol?

674


When is inspect verb is used in cobol?

673


how to move the records from file to array table. give with code example

2219


how do you reference the fixed unblock file formats from cobol programs

712


What are the rules of the move verb?

705


Write some characteristics of cobol as means of business language.

619


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

717


A table has two indexes defined. Which one will be used by the SEARCH?

757