Sponsored Content
Operating Systems SCO Old COBOL app move to new server Post 302972199 by jgt on Monday 2nd of May 2016 04:37:03 PM
Old 05-02-2016
Even if you find that you don't have the source code, you may be able to purchase a suitable run time system from Microfocus, the current owners of RM Cobol, and move the application either to Windows or Linux.
This User Gave Thanks to jgt For This Post:
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to move a file from one server to another server using FTP in shell script?

I have a file --> file1.txt i need to copy this file to another server using FTP....the 2 servers are server1 and server2..may i know how to write a script that can do this? thanks in advance! Im a newbie to this... (4 Replies)
Discussion started by: forevercalz
4 Replies

2. 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

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. UNIX for Dummies Questions & Answers

difference weblogic server/webserver/app server

Hi All, I am getting confused with the terms below. All I know is an application can be installed on a server. But I see the following terms used in a company. All of them are installed on same Unix box. Could you please help me out in layman terms as to what these exactly means. (PS: I don't... (1 Reply)
Discussion started by: tostay2003
1 Replies

5. UNIX for Advanced & Expert Users

Sun java app server

quick question: where can I download sun java application server that will run in java6? or both? I need to install sun java app server and java6. thanks ---------- Post updated at 09:20 AM ---------- Previous update was at 09:12 AM ---------- OS: solaris10 (0 Replies)
Discussion started by: lhareigh890
0 Replies

6. Red Hat

Configure app server to view server files

Hi, We have a OEL6.1 installed on our server. We want developers to view there application logs generated on the server, but doesn't really want to give them access to server machine. Can someone please suggest how can we configure apache/httpd to create a url which will show all files in... (1 Reply)
Discussion started by: shrshah64
1 Replies

7. UNIX and Linux Applications

How to Monitor Tomcat App Server?

Tomcat stops logging intermittently for brief intervals of time like for 5 or 6 secs I wish to monitor if my Tomcat process gets stuck, hung or even shutdown or remains healthy at the time i see the problem of no logging. Can you please let me know how can i monitor Tomcat Application... (10 Replies)
Discussion started by: mohtashims
10 Replies
Pente(6)							   Games Manual 							  Pente(6)

NAME
pente - Game of five in a row SYNOPSIS
pente -help pente [ <options> ] HOW TO PLAY PENTE
Pente is the American name of a Japanese game called ``ni-nuki'', which is a variant of the ancient game ``go-moku''. Pente is played on a 19x19 grid with stones of two different colors. Each player chooses one set of stones; then the players take turns placing their stones on any unoccupied intersection until one player wins. There are two ways to win. If a player makes five or more stones in a straight line (across, down, or diagonally), then that player wins. Or, if a player captures five pairs of his or her opponent's stones, that player also wins. Stones may be captured in pairs only. To capture a pair of stones, a player must place one stone on either side of the pair. The first move is placed in the center of the board. To make up for the advantage of going first, the first player's second move must be at least three spaces from their first. This sounds confusing, so don't worry about it; just play, and if the computer won't let you move where you want on your second move, play somewhere farther away. That's it! These directions are pretty terse, but if you have an X display there are better directions available through the ``help'' but- ton. You can also try playing a few games; the rules are simple enough that you can pick them up easily just by playing. THE PROGRAM
This program has support for many different display types. Depending on the compile options used, X Windows, Curses, and a plain text for- mat may be available. The exact display type used will be chosen by the program, or it may be selected with a command line switch. Infor- mation on the switches is available with pente -help. Most of the command line switches can also be set with the ``setup'' window of the X interface. Any changes you make there will be saved in the .pente.ad file and remembered the next time that you play. The command line switches can also be set with an X default. For example, if you want to set black and white to be the default mode, you can run pente with pente -nocolor, or you can add pente*color: 0 to your X defaults, or you can just turn off color in the ``setup'' win- dow. Pente will store a new .pente.ad file every time you run it. In this file it will save the current state of Pente. This is handy; you don't normally have to set command line switches since Pente will remember them in the .pente.ad file. BUGS
Sometimes the .pente.ad file gets some bad data in it. Just delete the file and then you can start from scratch again. AUTHOR
Bill Shubert (wms@igoweb.org) French text by Eric Dupas (dupas@univ-mlv.fr) Italian text by Andrea Borgia (email: borgia@cs.unibo.it; homepage: http://www.cs.unibo.it/~borgia) 31 July 2001 Pente(6)
All times are GMT -4. The time now is 04:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy