compatibility with Fujitsu Cobol Project Manager

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
thankey
Posts: 2
Joined: Thu Oct 26, 2006 2:27 pm

compatibility with Fujitsu Cobol Project Manager

Post by thankey »

Can Zeus be set up to envoke compiling under Fujitsu Cobol Project Manager?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Can Zeus be set up to envoke compiling under Fujitsu Cobol Project Manager?
I would suspect it should be possible to do this :?

More than likely the Fujitsu Cobol Project Manager will make use of some sort of Fujitsu Cobol command line tool to run the compiles and do the final linking.

If this is in fact the case all you need is a typical command line to compile and link a cobol file :?:

Given this or any other command line it is very easy to confugre Zeus to run the command and capture the output produce.

Here are more details on how this is done: http://www.zeusedit.com/forum/viewtopic.php?t=32

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

More than likely the Fujitsu Cobol Project Manager will make use of some sort of Fujitsu Cobol command line tool to run the compiles and do the final linking.

Here is a link showing how to envoke the compile and link from the command line:So for example, if you then use the Options, Document Types menu to edit the COBOL Document Type, in the compiler section just add the following text to the Command Line entry field:

COBOL32 -M "$fn"

You should now be able to open a COBOL file and hit the Compile button on the tool bar or use the Compile Compile menu to compile the file.

If this results in the following message:

Code: Select all

'COBOL32' is not recognized as an internal or external command, operable program or batch file.
This means the COBOL32.exe is not in the current PATH environment variable.

To fix this you need to locate the COBOL32.exe file and add its folder location to the PATH environment variable. Here is a link that gives instructions on how modify the PATH environment variable:

http://www.computerhope.com/issues/ch000549.htm

Cheers Jussi
AlanStewart
Posts: 83
Joined: Fri Jun 02, 2006 6:52 pm

COBOL?

Post by AlanStewart »

COBOL??

Zeus is being used as a COBOL editor? COOL! You should keep a list of all the languages that Zeus has been used for. Although you've got pretty much most of them available for writing macros too, don't you? :)
Post Reply