Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to resolve the soc4 and soc7 errors?

Answer Posted / billyboyo

The general technique for any abend in an IBM Cobol program
is the same. Look at the dump. Find the address of the
instruction that is failing. Find the program the
instruction is in. Find the displacement of the failing
instruction in the program. Find the program statement from
that.

Then, having identified the line of code and the field(s)
involved, work out what got messed up. It could be the
data, it could be your code, it could be someone else's
code. There are even other rare possibilities.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many bytes S(8) comp field occupy and its maximum value?

2190


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1607


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

1338


What is the compute verb? How is it used?

1187


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1481


Explain the configuration section of a cobol program with examples of syntax.

1257


What is the difference between PIC 9.99 and 9v99 in COBOL?

1397


what is difference between cobol and cobol/400

23077


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.

2492


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1265


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

2165


What is the difference between structured cobol programming and object alternativelyiented cobol?

1297


Difference between cobol and cobol-ii?

1343


what is amode(24), amode(31), rmode(24) and rmode(any)?

1194


What is the difference between external and global variables in COBOL?

1540