![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rm-cobol 85 | jgt | UNIX and Linux Applications | 0 | 03-18-2008 09:31 AM |
| Where to set program arguments in DDD debugger? | princelinux | Linux | 2 | 06-15-2006 05:39 PM |
| How to debug C source file using GVD debugger | argupta | High Level Programming | 2 | 10-06-2005 06:14 PM |
| How to debug a C program? | whatisthis | High Level Programming | 1 | 09-12-2005 06:33 PM |
| Cobol On Unix | vinit_cyberguy | UNIX for Dummies Questions & Answers | 2 | 09-12-2005 06:09 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to debug with wdb debugger a cobol program?
Hi Forum,
i have such a question. I have a cobol program which is calling a C program and in that C program i get a core dump Can somebody help me. i am thinking that maybe i should build the the program with some kind of option for the linker? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Microfocus COBOL and others actually compile .cob files into the c runtime.
They also exhibit extreme paranoia, IMO, in the sense that it is completely impossible to do what you are asking - there is no way to reverse engineer. You need to recompile the COBOL code and keep intermediate files meant for the animator, (or whatever your compiler calls it). What COBOL compiler? |
|
#3
|
|||
|
|||
|
Thanks for answering.
Actually my cobol programs are .cbl The compiler's name is "cobol". thanks. |
|||
| Google The UNIX and Linux Forums |