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
MSET(1) 						      General Commands Manual							   MSET(1)

NAME
mset - retrieve ASCII to IBM 3270 keyboard map SYNOPSIS
mset DESCRIPTION
Mset retrieves mapping information for the ASCII keyboard to IBM 3270 terminal special functions. Normally, these mappings are found in /usr/share/misc/map3270 (see map3270(5)). This information is used by the tn3270 command (see tn3270(1)). Mset can be used store the mapping information in the process environment in order to avoid scanning /usr/share/misc/map3270 each time tn3270 is invoked. To do this, place the following command in your .login file: set noglob; setenv MAP3270 "`mset`"; unset noglob Mset first determines the user's terminal type from the environment variable TERM. Normally mset then uses the file /usr/share/misc/map3270 to find the keyboard mapping for that terminal. However, if the environment variable MAP3270 exists and contains the entry for the specified terminal, then that definition is used. If the value of MAP3270 begins with a slash (`/') then it is assumed to be the full pathname of an alternate mapping file and that file is searched first. In any case, if the mapping for the terminal is not found in the environment, nor in an alternate map file, nor in the standard map file, then the same search is performed for an entry for a terminal type of unknown. If that search also fails, then a default mapping is used. FILES
/usr/share/misc/map3270 keyboard mapping for known terminals SEE ALSO
tn3270(1), map3270(5) BUGS
If the entry for the specific terminal exceeds 1024 bytes, csh(1) will fail to set the environment variable. Mset should probably detect this case and output the path to the map3270 file instead of the terminal entry. 4.3 Berkeley Distribution November 16, 1996 MSET(1)
All times are GMT -4. The time now is 08:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy