Soc7 error
Soc7 error
How to find out the bad data (soc7) in the cobol element using Abend-Aid?
-
- 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
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.
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.
-
- 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
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
-
- 1
- 1466
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 0
- 1209
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm
-
- 1
- 4681
-
by jcdm
View the latest post
Mon Jul 17, 2023 3:48 pm
-
- 9
- 4545
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am
-
- 4
- 2099
-
by willy jensen
View the latest post
Tue Apr 20, 2021 1:26 pm