Soc7 error



Queries about Compuware’s Debugging Tools: Abend-AID for COBOL, PL/I, Assembler, CICS, DB2, IMS and IDMS

Soc7 error

Postby avijay4 » Fri Jan 23, 2015 5:18 pm

How to find out the bad data (soc7) in the cobol element using Abend-Aid?
avijay4
 
Posts: 5
Joined: Fri Jan 23, 2015 3:03 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Soc7 error

Postby BillyBoyo » Fri Jan 23, 2015 7:28 pm

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.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Soc7 error

Postby Robert Sample » Fri Jan 23, 2015 8:19 pm

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to Abend-AID