cobol compiler for suse


 
Thread Tools Search this Thread
Top Forums Programming cobol compiler for suse
# 1  
Old 12-30-2010
cobol compiler for suse

hi

could you please suggest me any cobol compiler for suse linux.

any help would me much appreciated ..


--
thanks
rakesh kumar
# 2  
Old 12-30-2010
microfocus cobol seems pretty standard these days, and suse is on their support list.
# 3  
Old 12-30-2010
thank you citaylor.
I am connecting to a remote system using ssh - 1 version through putty. is it possible to install a GUI application like Microfocus from the terminal. if yes after install how can i able to access it .?
# 4  
Old 12-30-2010
For gui apps you will need X-Windows software for your windows box, for example xming
# 5  
Old 12-31-2010
yes citaylor. why cobol compiler difficult to find for linux where as c,c++,java,py,perl...are easily available and comes with the native installation.
# 6  
Old 12-31-2010
because cobol is an obsolescent language - even when I learnt it back at the end of the 1980's people were calling it a dead language. There are other (free) cobol compilers out there for linux, checkout here
This User Gave Thanks to citaylor For This Post:
# 7  
Old 12-31-2010
Hi.

Some distributions provide a COBOL in their repositories for easy, safe, updatable installs. For example, many Debian versions provide "Open COBOL":
Code:
Description: COBOL compiler
 OpenCOBOL implements substantial part of the COBOL 85 and COBOL 2002
 standards, as well as many extensions of the existent compilers.  OpenCOBOL
 translates COBOL into C and compiles the translated code using GCC.
Homepage: http://www.opencobol.org/

from the "unsafe" version of Debian, "sid" (running in a virtual machine):
Code:
(Versions displayed with local utility "version")
OS, ker|rel, machine: Linux, 2.6.36-2.slh.3-aptosid-686, i686
Distribution        : Debian GNU/Linux 6.0 
GNU bash 4.1.5

found also in Debian stable ( lenny ):
Code:
(Versions displayed with local utility "version")
OS, ker|rel, machine: Linux, 2.6.26-2-amd64, x86_64
Distribution        : Debian GNU/Linux 5.0 (lenny) 
GNU bash 3.2.39
cobc (OpenCOBOL) 1.0.0

But nothing in standard SuSE:
Code:
vm-suse ~ % zypper search cobol
Loading repository data...
Reading installed packages...
No packages found.

for:
Code:
OS, ker|rel, machine: Linux, 2.6.34.7-0.5-default, i686
Distribution        : openSUSE 11.3 (Teal)

Good luck ... cheers, drl

Last edited by drl; 12-31-2010 at 08:56 AM..
This User Gave Thanks to drl For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Install cobol compiler

Hi I dont have a cobol compiler in my redhhat linux box, and so I want to install it. When i try the below command sudo apt-get install open-cobol it tells "apt-get : command not found". I tried to find apt-get under my root, could not find it anywhere. Should we install apt-get also?... (4 Replies)
Discussion started by: unx_freak
4 Replies

2. Shell Programming and Scripting

cobol help....compiler key and its usage....

i am having mfcobol old version... which was supplied by my friends....with a compiler key (h/w) having 24 pin male on one side and 24 pin female on the other side....with lable LOPOEK XXXXXXXXXX MICRO FOCUS........ AM USING NORMAL COMMANDS USING .CBL, .OBJ, .LIB FILES TO GET COBOL EXE FILE....... (0 Replies)
Discussion started by: KANNI786
0 Replies

3. Shell Programming and Scripting

Calling script from RM cobol and returning value to cobol

Is there a way you can return a value from a script that is called from a rm cobol program... 01 WS-COMD-LINE-PGM X(39) value sh ./getUserId.sh 12345" 01 WS-RETURN-SYS-CODE PIC 9(8). CALL "SYSTEM" USING WS-COMD-LINE-PGM GIVING WS-RETURN-SYS-CODE. ... (1 Reply)
Discussion started by: pavanmp
1 Replies

4. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

5. Programming

cobol crn programme run on express cobol as .gnt

can i run .crn programme in express cobol which support to .gnt programme .... Plz tell me solution (2 Replies)
Discussion started by: bibi
2 Replies
Login or Register to Ask a Question