Sponsored Content
Full Discussion: tn5250 project
Top Forums UNIX for Dummies Questions & Answers tn5250 project Post 46620 by jsilva on Wednesday 21st of January 2004 04:32:44 AM
Old 01-21-2004
Hi,

Yes, the problem might be that you're using the wrong driver for your printer...
The .ppd driver is configured using lpadmin... Take a look at this great document http://www.itworld.com/Comp/2369/LWD001109geek1/ ...
 

9 More Discussions You Might Find Interesting

1. Linux

project

hi, iam doing my MCA finial year project in linux-c language.my project name 'stream control transmission protocol'.it is about message passing to server from client through packet,please help in this i want to know the coding for this or tell me the any link for this coding. ... (0 Replies)
Discussion started by: anurakrish
0 Replies

2. Programming

a little project i need some help with

Hell everyone, i am trying to write a program for work, i am doing an internship there, where the program will list all the files on the Unix Server(soloaris 9) for all the engineers to look at. The code i have so far works to display all files, but the program also needs to check and see if the... (3 Replies)
Discussion started by: ShenTech
3 Replies

3. UNIX for Dummies Questions & Answers

Who know this project?

A Simple Shell The Shell or Command Line Interpreter is the fundamental User interface to an Operating System. Your first project is to write a simple shell - myshell - that has the following properties: 1. The shell must support the following internal commands: i. cd <directory>... (5 Replies)
Discussion started by: Osawa
5 Replies

4. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies

5. AIX

Mocha W32 TN5250

hi everybody, I am very new to AS/400, and I have installed Mocha W32 TN5250 for accessing the AS/400 on windows patform but, I am not able to do this... Can anybody please help me to setup Mocha W32 TN5250 for accessing AS/400 on windows platform... thanks in advance:) thanks and... (0 Replies)
Discussion started by: kunalpatil09
0 Replies

6. Solaris

what is the use of /etc/project file and project administration commands?

i have two doubts.. 1. what is the use /etc/project file. i renamed this file and when i tried to switch user or login with some user account the login was happening slowly. but when i renamed it to original name it was working fine... why so? 2. unix already has useradd and grouadd for... (4 Replies)
Discussion started by: chidori
4 Replies

7. UNIX and Linux Applications

Need ideas for graduation project based on unix or linux Need ideas for graduation project based on

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

8. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

9. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies
TN5250(1)						      General Commands Manual							 TN5250(1)

NAME
tn5250 - an implementation of the 5250 telnet protocol SYNOPSIS
tn5250 [OPTIONS] HOSTNAME xt5250 [OPTIONS] HOSTNAME tn5250 -version DESCRIPTION
tn5250 emulates IBM's 5250 compatible terminals to connect over TCP/IP to an IBM AS/400. The terminal emulation works on any local termi- nal supported by curses, and provides 132x27 and full colour support where possible. An IBM 5250 terminal supports a number of special keys, and does a lot of processing itself before sending data to the host system. Because a standard ASCII terminal does not support all these keys, tn5250 uses control sequences to perform the operations. Named session support (with the env.DEVNAME option) is available for most versions of OS/400, but is only supplied with V4R3 and later ver- sions. For V3R2, V3R7, V4R1 and V4R2, please see informational APAR II10918. OPTIONS
tn5250 options are described in the tn5250rc(5) man page. USAGE
This manual assumes that the user is familiar with a real 5250 terminal, or another 5250 emulator, and only describes features relevant to tn5250 itself. Keyboard Mapping The following table lists the 5250 functions implemented by tn5250, and the corresponding keypresses. Keys are represented as Emacs does: C-a means hold Ctrl and press A, M-a means press Esc or C-g followed by A, and C-M-a means press Esc or C-g followed by C-a. Most setups also let you use the Alt or Meta key for M- keypresses. Function Keypress ---------------------------------------- F1 - F10 f1 to f10, M-1 to M- F11 f11 [1], M-- F12 f12 [1], M-= F13 - F24 f13 to f24 [1], M-! to M-+ Enter return, enter, C-j, C-m Left left Right right Up up Down down Roll Up next, pagedown, C-d, C-f Roll Down prev, pageup, C-b, C-u Backspace backspace [1] Home home, C-o End end Insert insert, M-i, M-delete Delete delete [1] Reset C-r, M-r Print C-p, M-p Help M-h SysReq C-c, M-s Clear M-c FieldExit C-k, M-x TestReq C-t Toggle M-t Erase C-e Attn C-a, M-a Dup M-d Field+ C-x, + [2] Field- M-m, - [2] NewLine C-M-j Next Field tab, C-i Prev Field backtab [1] ---------------------------------------- Refresh C-l, M-l Quit C-q 1. Which keys generate f11-f24, backtab, backspace and delete is very dependent on the configuration of the terminal. 2. + and - only work as Field+ and Field- in signed numeric fields. Display The screen display tries to be the same as a colour 5250 terminal. There are some unavoidable differences though: o ASCII terminals (and curses) do not support the 5250 column separators. o Some terminals (mostly ones based on the VGA text mode) do not support underlining. If this is the case and tn5250 does not detect it automatically, you should pass the -u option. o Some terminals (such as xterm) do not support blinking text. EXAMPLES
These are some examples of the use of tn5250: tn5250 as400sys Connect to the system as400sys, using the default translation map (37) and a generated session name (QPADEV####). tn5250 map=870 env.DEVNAME=session1 env.TERM=IBM-3477-FC as400sys Connect to as400sys using the translation map for CCSID 870 (Eastern Europe), the session name SESSION1 and with a terminal support- ing colour and a 132x27 display. BUGS
Please report any bugs you find to the bug tracker or to the linux5250 mailing list. See the tn5250 web site for more details. SEE ALSO
tn5250rc(5), lp5250d(1), http://tn5250.sourceforge.net/, RFC1205, RFC2877, II10918. COPYRIGHT
tn5250 is copyright 1997 - 2008 Michael Madore. This manpage is copyright 1999 - 2008 Carey Evans. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pub- lished by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foun- dation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHORS
tn5250 was written by Michael Madore, Jay Felice, Scott Klement and others; see the AUTHORS file for details. This manual page was written by Carey Evans. 12 November 2001 TN5250(1)
All times are GMT -4. The time now is 10:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy