1833780 Members
2074 Online
110063 Solutions
New Discussion

SAM Problem

 
Thomas Lawton
Occasional Contributor

SAM Problem

I have HP-UX 10.20 with a text b/w screen. When I run SAM it displays but I cannot navigate using the arrow keys. How do i use SAM? it wont tell me even if i press CTRL-K like it says. Sometimes i get an error aswell.

PLEASE PLEASE HELP ME!!!

Cheers,

Tom
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: SAM Problem

Calm down. This is no big deal.

First, from the shell:
echo $TERM

If you see "unknown" or nothing or a value that does not match your terminal then that is your problem.

To fix then
TERM=ansi
export TERM

or
TERM=vt100
export TERM

or TERM=70096
export TERM

whatever is appropriate for your terminal. If you are using a terminal emulator, you need to determine what terminal the emulator is set to emulate and set TERM accordingly.

If it ain't broke, I can fix that.
Paul Sperry
Honored Contributor

Re: SAM Problem

To move around in sam:

- use the "Tab" key to move between screen elements
- use the arrow keys to move within screen elements
- use "Ctrl-F" for context-sensitive help anywhere in sam