Search found 8 matches

by marcrowd
Tue Jul 15, 2014 1:38 pm
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

New error...

Ok this is my latest error message....

Code: Select all

Debug: Command: C:\WINDOWS\system32\cmd.exe /c C:\OpenCobol\
Debug: Process ID: 0x1978

'C:\OpenCobol\' is not recognized as an internal or external command,
operable program or batch file.
by marcrowd
Mon Jul 14, 2014 12:42 pm
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

Not working...

That's what I had. I'm not sure what I'm doing wrong on this. I know it's something simple. Here are the new errors:


Using document type compiler options....

Debug: Command: C:\WINDOWS\system32\cmd.exe /c C:\MinGW\local\bin\htcobol.exe -M "C:\Users\Mark\AppData\Local\Temp\First-attempt.cob ...
by marcrowd
Fri Jul 11, 2014 10:39 pm
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

I thought I had. I resaved it by changing the file type and still got this:


---------------------------------------------------------------------------
Zeus - Version 3.97t
Copyright (c) Xidicone P/L 1993-2014. All rights reserved ...
by marcrowd
Fri Jul 11, 2014 12:05 pm
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

This is what I got from the changes to the command line...

---------------------------------------------------------------------------
Zeus - Version 3.97t
Copyright (c) Xidicone P/L 1993-2014. All rights reserved.
---------------------------------------------------------------------------
**** Unregistered Software. To be used for evaluation purposes ...
by marcrowd
Wed Jul 09, 2014 2:41 am
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

Good so far...

Everything you've given me so far has been gold. Got TinyCobol. Got my document to Compile successfully. It does say this when I compile it along with the successful message:

C:\MinGW\local\bin\htcobol.exe: Could not find input file for 'C:\Users\Mark\AppData\Local\Temp\First-attempt' using search ...
by marcrowd
Sat Jul 05, 2014 10:41 am
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

Downloaded OpenCOBOL 2.2 dev 2012

Just do this:

Options, Document Types menu
Select and edit the COBOL Document type
Select the Compiler panel
In the command line field add the command line shown below
Code:
C:\MinGW\local\bin\htcobol.exe "$fn"

You can also add any additional command line options. For MORE options see here ...
by marcrowd
Sat Jul 05, 2014 10:25 am
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

Zeus, not a compiler? What should I get?

What COBOL compiler have you installed

I thought Zeus was a compiler.

I've been watching https://www.youtube.com/watch?v=bqExtGo8erY&list=PLByAM0wHjwJkcCAvgXSdvnvbOb3BIFUnB&index=1
and he uses IDE Cobol that looks like it does everything all in one. I tried to install something that I thought ...
by marcrowd
Sat Jul 05, 2014 2:49 am
Forum: General
Topic: Can't Save .cob
Replies: 15
Views: 28191

Can't Save .cob

I'm trying to teach myself cobol and I can't figure how this thing works. I'm kind of starting from scratch, so this is probably super simple but I'm not figuring it out. I am needing to save a .cob; then I need to know how to get it into a workspace; and then I need to figure out how to run it. I ...