Re: Novice Question About Console I/O
From: Richard (riplin_at_Azonic.co.nz)
Date: 01/09/04
- Next message: Richard: "Re: Encryption algorithm"
- Previous message: Peter E.C. Dashwood: "Re: Encryption algorithm"
- In reply to: Rich Chilausky: "Re: Novice Question About Console I/O"
- Next in thread: Richard: "Re: Novice Question About Console I/O"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Jan 2004 10:54:38 -0800
Rich Chilausky <rchilausky@nc.rr.com> wrote
> I replaced my display ... with display ... at line x column y. It did change the
> behavior. It opened a "screen" window, but all else was the same. The window was
> not the command prompt window.
Exactly. Fujitsu 3 uses a 'screen' and/or a 'console window', neither
of which are the command prompt that started it.
> This is the scenario that I am trying to prove in. I have a working Cobol
> program that requires a modest amount of configuaration information at startup.
> I want to be able to invoke the program via a command prompt window or over a
> telnet connection, supply the information required via line oriented prompts,
> and then let it compute right along. Perhaps I need a totally different approach?
Or a different product. To run in a _DOS_ session or a telnet session
you need to have a DOS compiler or use Linux. To run a GUI session
you need to use RAS or VNC and then you should get the Fujitsu (and
other) windows.
For a small amount of configuration you could have a text file that
the program opens, or put it on the command line.
For telnet access you could try using Kobol from www.thekompany.com
demo version , real version is only %50.00 or so. I've not tried the
Windows version but it may work.
- Next message: Richard: "Re: Encryption algorithm"
- Previous message: Peter E.C. Dashwood: "Re: Encryption algorithm"
- In reply to: Rich Chilausky: "Re: Novice Question About Console I/O"
- Next in thread: Richard: "Re: Novice Question About Console I/O"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|