Page 1 of 1

Soc7 error

PostPosted: Fri Jan 23, 2015 5:18 pm
by avijay4
How to find out the bad data (soc7) in the cobol element using Abend-Aid?

Re: Soc7 error

PostPosted: Fri Jan 23, 2015 7:28 pm
by BillyBoyo
If you are asking, then you will definitely need a compile listing.

You can get the abend outside of Production, so you don't need the Production listing. Recompile and use that listing. Compare the loadlibrary member-sizes, if identical you can be fairly certain, if not it may still get you there.

Re: Soc7 error

PostPosted: Fri Jan 23, 2015 8:19 pm
by Robert Sample
If the program was compiled with the source saved in the Compuware DDIO data set, and you can point to that data set, Abend Aid can format your program's WORKING-STORAGE for you. Abend Aid will normally tell you what the bad data is and where in the program it showed up (even if the source is not available) so you should have a good start towards debugging the issue.