1. Find Microfocus Cobol for linux o for windows
I have an old....ancient version of Microfocus V.3.2.37 and it running under sco unix 3.2.4 From 2000 I used this version under RedHat Linux using abi-ibcs for the binaries compatibility. Now I would change this version so I can install Debian Etch or other, if this is non possibile Windows XP is the same. All the software is not graphic I want only runtime, compiler and debug (animator). OK I would to known how much it cost (about) a version of a Cobol Microfocus compatible because I want to buy. Thanks and excuse me for my english
2. Remote Xwindows on a Windows computer.
3. RHEL4 Linux/MF CObol precompiler question-
Hi-
We're migating our OS from AIX (Oracle 9.2.0.6 & MF Cobol) to RHEL 4
(Oracle 10.2.0.1, also MF Cobol). Every program that compiles and runs
on AIX seems to do the same on RHEL4. Every program except one, where
the precompiler seems to be having a problem rejecting some (but not
all!) sql exec directives:
-----------------------------------------------------------------------------
Error at line 1081, column 12 in file SZBDBRG.pco
exec sql
...........1
PCB-S-00576, PLS-428: an INTO clause is expected in this SELECT statement
Error at line 1081, column 12 in file SZBDBRG.pco
exec sql
...........1
PCB-S-00576, PLS-0: SQL Statement ignored
Error at line 1097, column 12 in file SZBDBRG.pco
exec sql
...........1
-----------------------------------------------------------------------------
the source code segment:
-----------------------------------------------------------------------------
01078 * move ws-spriden-id to stuid.
01079 move ws-sourceid to ws-instid.
01080
01081 exec sql
01082 select stvsubj_code
01083 from stvsubj
01084 where rpad(stvsubj_code,4,' ') =:ws-shrtrce-subjcode
01085 end-exec.
01086 if sqlcode <> 0
01087 move 'N' to inst-validflag
01088 string 'Subject code not found in STVSUBJ table:' ',
01089 ws-shrtrce-subjcode delimited by size into ws-table
0---------------------------------------------------------------------------
Not sure what's going on..any ideas?
thanks in advance...
bill
4. Will Linux on the mainframe kill COBOL?
5. RM/COBOL 6.61.00 for Linux and terminfo
Hi, I have the hard task of making a legacy cobol application that was running on a DEC alpha with linux work on a x86 box running centos linux (the freee variant of Redhat enterprise linux). After many shell scripts edited, some TERM's experimented I'm now able to start the application in full color, use the function keys and even the Up and down directional keys. The only keys NOT working are the left/right keys. I've tried it all... infocmp in that old alpha says kcub1 is ^K and kcuf1 is ^Y (from my head, not sure), in the new x86 they are \E]D and \e]C, got the values from vi (using the Ctrl+V thing). I tried to set the TERMINFO envvar to a temp dir, infocmp > myterm.ti, changed those values (kcub1, kcuf1) to the diff values I've seen but they never worked. I've tried using putty and the old software that was being used to access the alpha -- AniTA, none of them work. I've also insisted on vt220 (this is the value reported by "echo $TERM" when I login to the alpha) and then started experimenting others like xterm, xterm-color, linux, at386, ansi, etc... There must be a really easy way of making those keys work, anyone could help me? Thanks in advance.
6. Cobol Compiler for Linux Kernel 2.0
Hello. We are looking into changing platform for our Micro Focus Cobol applications. We are currently using an IBM AIX 5.3 platform. Is it possible to port all our Cobol programs to run under Linux? Is there a Server Express for Linux?