How to assign a terminal to particular user
- tmjarin
- Posts: 8
- Joined: Fri Dec 11, 2009 11:50 am
- Skillset: IBM & Unisys mainframe operations & Supports
- Referer: Internet
How to assign a terminal to particular user
Pls guide me that how to assign a terminal to particular user. This question was asked in interview.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: How to assign a terminal to particular user
There's too many variables to be able to answer your question. Are the terminals assigned by a terminal manager or hard-wired? Are you talking about a CICS session? TSO session? ROSCOE session? Unix System Services session? some other session? What are you calling a terminal -- a particular device sitting on a particular desk, or a particular TCP/IP address, a particular PC running a particular emulator, or something else?
-
- Posts: 9
- Joined: Thu Jul 29, 2010 2:23 pm
- Skillset: JCL,VSAM,GDG,Z/OS
- Referer: FRIENDS
Re: How to assign a terminal to particular user
by using racf v can assign seperate terminal for user 

learner(admin)
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: How to assign a terminal to particular user
True, but the control is usually a VTAM ID. Since most people access our systems using TCP/IP these days, the VTAM ID changes even for a constant terminal, so it's pretty useless.RENGANATHAN wrote:by using racf v can assign seperate terminal for user
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: How to assign a terminal to particular user
the VTAM ID changes even for a constant terminal, so it's pretty useless.
well... the situation is not that simple
usually for generic/open terminals is ok to have everything dynamic ( IP,NETNAME,TERMIDNT)
and have everything based on the logon USERID
there are situations where it is advisable to go the other way ...
static IP, static NETNAME assigned ( tcp parms )to a fixed IP
permissions based on the NETNAME
( user allowed to logon to an application only from a specific terminal , HR is typical )
so situations might vary according to different security and privacy concerns
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 3148
-
by socceraz
View the latest post
Tue Oct 18, 2022 8:27 pm
-
-
Easy way to send PDS of source code to another user via inte
by mamustoe » Wed May 18, 2022 4:34 pm » in JCL - 4
- 1843
-
by willy jensen
View the latest post
Wed May 18, 2022 10:42 pm
-