Soc7 error

Queries about Compuware’s Debugging Tools: Abend-AID for COBOL, PL/I, Assembler, CICS, DB2, IMS and IDMS
avijay4
Posts: 5
Joined: Fri Jan 23, 2015 3:03 pm
Skillset: cobol,jcl,db2,vsam
Referer: google

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?

BillyBoyo
Global moderator
Posts: 3805
Joined: Tue Jan 25, 2011 12:02 am
Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
Referer: Google

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.

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

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.


  • Similar Topics
    Replies
    Views
    Last post