Sponsored Content
Top Forums UNIX for Dummies Questions & Answers SSH from MacOS X or PPC Debian to SUSE # Odd terminal chars # Eventual scripting Post 302574764 by drl on Friday 18th of November 2011 09:22:38 AM
Old 11-18-2011
Hi.

In looking at the PowerTerm description at 3270,TN3270 5250, TN5250 Terminal Emulation with VBA for Windows. :
Quote:
The PowerTerm Pro Series is Ericom Software's premier 3270 and 5250 terminal emulation solution for Windows that simplifies and extends legacy access functionality.
I would guess that the COBOL program is trying to drive the terminal in those modes ( 3270, 5250), and the odd sequences mean something to those kinds of terminals, but not to a vanilla ansi emulation.

If so, there are two packages on Debian that may be of interest:
Code:
c3270 - Curses program for telnet sessions to IBM mainframes
x3270 - X11 program for telnet sessions to IBM mainframes

There are notes at the bottom of the page at tn5250 that suggest related programs.

I think this is related to the COBOL program as Corona688 suggested, except that it may not be malfunctioning, just that it does not have the context that it was written for.

At any rate, this does not seem to me like a directly-related Linux or SSH issue ... cheers, drl

( edit 1: typo, missing word "not" near bottom )

Last edited by drl; 11-20-2011 at 09:42 PM..
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with scripting APT / dpkg in Debian 4

Hello, I am attempting to write a (bash) shell script that will do some basic reporting based on the APT utilities and dpkg. I need the following in the report: Packages installed (COLUMNS=200 dpkg -l | grep '/^ii/' > packages_installed) Packages not installed I suppose that I can do ... (0 Replies)
Discussion started by: orspain
0 Replies

2. Programming

is it SUSE or RHEL or Debian. How to detect programmatically?

Hi Gurus, I want to programmatically detect what Linux flavour I have in my m/c, detailed OS-name and its version, e.g. is it RHEL, SUSE, Debian etc. ---------------------------------------------------------------- Flavour OS-Nname version... (4 Replies)
Discussion started by: krishnamurthig
4 Replies

3. SuSE

SFTP with Suse 9.3 need help with Update ssh

Hi eryone, I'm new here. Since I'm a graphic designer and not an admin, I need to learn a lot from the first step, so please be patient with me. ;-) Most of my skills are self taught with howtos, so there might be some lack of wisdom in basics. I've setup a Suse-System (9.3) with a few upload... (3 Replies)
Discussion started by: rezent
3 Replies

4. Debian

How to exit debian server terminal?

I have an situation that are quite strange to me. I am not able to exit the server terminal and enter back into my home computer terminal by the command exit like I used to be able to exit the server terminal with before. I end up into my root shell again without even typing the root password like... (6 Replies)
Discussion started by: Jonathan Sander
6 Replies

5. Shell Programming and Scripting

shell scripting to determine special chars in file

Hi, I need all your help to achieve the below functionality. I have a big 2 GB file and inside the file we need to identify, whether having a comma(,) or pipe(|) or tab or fixed position or semicolon(;) delimiter. If any of those delimiter found need to replace the file with pipe(|)... (1 Reply)
Discussion started by: lkeswar
1 Replies

6. Shell Programming and Scripting

Terminal running bash/rsync script does not close with exit (MacOS High SIerra)

Hello, I am running a bash script to do an rsync back on a computer running MacOS High Sierra. This is the script I am using, #!/bin/bash # main backup location, trailing slash included backup_loc="/Volumes/Archive_Volume/00_macos_backup/" # generic backup function function backup {... (12 Replies)
Discussion started by: LMHmedchem
12 Replies

7. UNIX for Beginners Questions & Answers

Shell script to split data with a delimiter having chars and special chars

Hi Team, I have a file a1.txt with data as follows. dfjakjf...asdfkasj</EnableQuotedIDs><SQL><SelectStatement modified='1' type='string'><! The delimiter string: <SelectStatement modified='1' type='string'><! dlm="<SelectStatement modified='1' type='string'><! The above command is... (7 Replies)
Discussion started by: kmanivan82
7 Replies
IBM_HOSTS(5)							File Formats Manual						      IBM_HOSTS(5)

NAME
ibm_hosts - host database for x3270 and c3270 SYNOPSIS
/usr/lib/X11/x3270/ibm_hosts DESCRIPTION
The ibm_hosts file contains information regarding IBM hosts on the network. An IBM host is a host which can communicate with a 3270 termi- nal emulator such as x3270 or c3270. Each line defines a name in the following format (optional fields are shown in brackets): name type [opt:]...[luname@]hostname[:port] [actions] Items are separated by any number of blanks and/or TAB characters. A line beginning with # is taken as a comment (note that # anywhere else on a line does not indicate a comment). The name field is a mnemonic used to identify the host. The type field is a keyword that indicates the type of entry. The value primary means that the name will be included in host-selection menus that may be displayed by a 3270 emulator. The value alias means that the name will not be included in menus, but will still be accepted as valid input when a host name is required. The hostname field is the Internet hostname or dot-notation Internet address of the host. The hostname can include `s:' or `p:' prefixes, e.g., s:finicky (see the x3270(1) or c3270(1) man page sfor details). It can also an LU name, separated by an `@' character, e.g., oddlu@bluehost. Finally, it can a non-default port number, appended to the hostname with a colon `:' character, e.g., bluehost:97. (For compatability with earlier versions of x3270, the port can also be separated by a slash `/' character.) The optional actions field specifies actions to be taken once the connection is made and a data-entry field is defined. If the text looks like an action, e.g., PF(1), it is unmodified; otherwise it is taken as the parameter to the String() action. The actions are not intended for entering usernames and passwords; rather they provide an automated way of specifying a front-end menu option. EXAMPLE
Given the following ibm_hosts file: mvs primary mvs-host tso alias mvs-host mvs2 primary mvs-host:4012 vm primary vtam Tab() String(3) Enter() A 3270 emulator will display four names (mvs, mvs2, afhost and vm) on its hosts menu. The names mvs and tso will cause connections to the host mvs-host. The name mvs2 will also cause a connection to mvs-host, but to port 4012 rather than the emulator's default port (usually 23). The name vm will cause the 3270 emulator to connect to the host vtam (presumably some sort of host-selection front-end), enter the string `3' on the second data-entry field on the screen, and send the Enter AID sequence. FILES
/usr/lib/X11/x3270/ibm_hosts SEE ALSO
x3270(1), c3270(1) 01 May 2002 IBM_HOSTS(5)
All times are GMT -4. The time now is 01:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy