How to assign a terminal to particular user

User avatar
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

Postby tmjarin » Tue Oct 12, 2010 6:23 pm

Pls guide me that how to assign a terminal to particular user. This question was asked in interview.

Robert Sample
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

Postby Robert Sample » Tue Oct 12, 2010 7:25 pm

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?

RENGANATHAN
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

Postby RENGANATHAN » Mon Nov 15, 2010 8:13 pm

by using racf v can assign seperate terminal for user :ugeek:
learner(admin)

steve-myers
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

Postby steve-myers » Tue Nov 16, 2010 2:12 am

RENGANATHAN wrote:by using racf v can assign seperate terminal for user :ugeek:
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.

enrico-sorichetti
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

Postby enrico-sorichetti » Tue Nov 16, 2010 2:24 am

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


  • Similar Topics
    Replies
    Views
    Last post