
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Cobol program does not run (.exe)
Hi,
I have just installed Cobol VS 2012 on W7. Debugging and compilation process of an Cobol program was error free and the .exe file has been generated correctly (run time model is also dynamically linked). I know that the cobol source code is working correctly on other systems but when I started the program within VS2012 nothing happened. Also when I started the .exe file directly nothing happened. As I mentioned the run time modules are dynamically linked and I do not get any error messages. Absolutely nothing happens.
Any idea what I can do to get my programs running on my system?
Thx
Richard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can you start the program and step through it using F11 in the Visual Studio debugger?
If you open up a Visual COBOL command prompt, under Start Menu-->All Programs-->Micro Focus Visual COBOL -->Tools and navigate to the folder containing the .EXE and run it does it display an error message?
When you say that nothing happens, does it start and then exit or does it appear to hang and still show up in task manager?
Try placiing a display statement as the first statement in the procedure division and see if that is getting executed?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Chris,
thanks for the quick response. Yes, I can step through the debugger with F11. I already tried the visual command prompt but nothing has happened. In the task manager I can see that the .exe file is executed. I even tried the "hello world" program but nothing appears on the screen. Hm.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
This does not make any sense to me.
Can you please open up a support incident with customer care for this issue as I believe that we will need to set up a webex session with you to see what is going on...
Thanks