HP3000-L Archives

April 1996, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Eddy BELIVEAU <[log in to unmask]>
Reply To:
Eddy BELIVEAU <[log in to unmask]>
Date:
Wed, 10 Apr 1996 16:09:19 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
Date:   10-APR-1996 16:04:53
 
>We are using MPE/iX 4.0 and wanting to obtain the terminal model of the
>current session
>
>I need to have a procedure/program that can be included in the sytem
>logon UDC procedure and which set a JCW with a value like 70092, 70094
>or 70096
 
Thanks to :
 
John Spivey  [log in to unmask]
[log in to unmask]
Jeff Kell    [log in to unmask]
 
 
Here is the solution:
 
:setvar termid,"unknown"
:input  termid;wait=2;prompt="![chr(27)]*s^"
:echo   Terminal ID is !termid

ATOM RSS1 RSS2