- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cobol executable file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 12:51 AM
06-06-2002 12:51 AM
Cobol executable file
Hope you are aware that it is possible to get java source code from java class file.
Similarly is it possible to get Cobol Source code from the cobol executable file.
Thanks,
Shameem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 02:31 AM
06-06-2002 02:31 AM
Re: Cobol executable file
I don't think it is possible, sorry.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 02:52 AM
06-06-2002 02:52 AM
Re: Cobol executable file
I searched in google.com and I found the chances of getting the cobol source code throught this link http://www.year2000.com/vendors/src.html
But Im not sure how it will help me. Should I rely on them?
Thanks,
Shameem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 03:07 AM
06-06-2002 03:07 AM
Re: Cobol executable file
From your link:
statements for applications running on IBM mainframes running under MVS, VSE or VM operating systems.
You could write a decompiler, but if the code is not yours, meaning you purchased it from someone, then it is Illegal to decompile it.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 11:30 AM
06-06-2002 11:30 AM
Re: Cobol executable file
Some debuggers will show you assembler code if the source is not available. This can be helpful in pinpointing a problem for the vendor.
There is also the problem of compiler optimizations. I tried to debug a C problem and the optimizer optimized half my variables away! That makes it hard to decompile a program.
Marty