Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How do i know till what date my mainframe id will work
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
XOpen

New User


Joined: 19 Mar 2008
Posts: 24
Location: Russia

PostPosted: Mon Mar 24, 2008 9:40 pm    Post subject:
Reply with quote

I mean:

/D O

Code:
 IEE603I 12.01.39 OPDATA DISPLAY 654                           
  PREFIX     OWNER      SYSTEM     SCOPE     REMOVE   FAILDSP   
  $          JES2       E07        SYSTEM    NO       SYSPURGE 
  %         RACF      E07        SYSTEM    NO       PURGE     


you can execute /%LISTUSER userid

Any SDSF;LOG command is issued as it was entered from system console. So it will be executed with default authority(in most cases under IBMUSER)

Sure you can protect which command user are allowed to enter in console.
Back to top
View user's profile Send private message
References
PostPosted: Mon Mar 24, 2008 9:40 pm    Post subject: Re: Reply with quote

enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2292
Location: italy

PostPosted: Mon Mar 24, 2008 9:56 pm    Post subject: Reply to: How do i know till what date my mainframe id will
Reply with quote

Quote:
you can execute /%LISTUSER userid


when ( from any sdsf panel ) typing something prefixed with the "/" ,
the typed string will be considered a console command and it will be processed as such

typing /%LISTUSER will result in the error message

IEE305I %LISTUSE COMMAND INVALID
Back to top
View user's profile Send private message
XOpen

New User


Joined: 19 Mar 2008
Posts: 24
Location: Russia

PostPosted: Mon Mar 24, 2008 9:56 pm    Post subject:
Reply with quote

Hm.. I might be wrong, sorry, can't test in my current environment...
Back to top
View user's profile Send private message
XOpen

New User


Joined: 19 Mar 2008
Posts: 24
Location: Russia

PostPosted: Mon Mar 24, 2008 10:01 pm    Post subject:
Reply with quote

No, no...
I mean, it can be possible that it checks my userid authority, but I do enter RACF commands via console.

Please refer to
4.0 Chapter 4. RACF operator commands
in
Security Server RACF
Command Language Reference
Back to top
View user's profile Send private message
XOpen

New User


Joined: 19 Mar 2008
Posts: 24
Location: Russia

PostPosted: Mon Mar 24, 2008 10:11 pm    Post subject:
Reply with quote

I did it:

Code:
0210  D O                                     
0010  IEE603I 12.01.39 OPDATA DISPLAY 654     
0010   PREFIX     OWNER      SYSTEM     SCOPE
0010   $          JES2       E07        SYSTEM
0010   %SYSNAME   RACF       E07        SYSTEM


Output:
Code:
0210  %SYSNAMELISTUSER SPOSPEL                                               
0010  IRRA011I (%SYSNAME) OUTPUT FROM LISTUSER: 768                         
0010  USER=SPOSPEL  NAME=SERGEY POSPELOV       OWNER=QA        CREATED=07.220
0010   DEFAULT-GROUP=QA        PASSDATE=07.221  PASS-INTERVAL=N/A           
0010   ATTRIBUTES=NONE                                                       
0010   REVOKE DATE=NONE   RESUME DATE=NONE                                   
0010   LAST-ACCESS=08.084/12:34:50                                           
     


Code:
0210  %SYSNAMELISTUSER IYASCHU                         
0010  IRRA011I (%SYSNAME) OUTPUT FROM LISTUSER: 781   
0010  ICH30002I NOT AUTHORIZED TO LIST IYASCHU           


I don't have SPECIAL, so can't check which userid caused a reject. (my or default)
Back to top
View user's profile Send private message
XOpen

New User


Joined: 19 Mar 2008
Posts: 24
Location: Russia

PostPosted: Mon Mar 24, 2008 10:16 pm    Post subject:
Reply with quote

Enrico, please check your RACF sub-prefix, before enter command.

If I use /%LISTUSER instead of /%SYSNAMELISTUSER I also get

IEE305I %LISTUSE COMMAND INVALID
, without R at the end icon_smile.gif

ps: why I can't change my previous posts ? icon_sad.gif
Back to top
View user's profile Send private message
Anuj D.

Senior Member


Joined: 22 Apr 2006
Posts: 1252
Location: Mumbai, India

PostPosted: Mon Mar 24, 2008 10:43 pm    Post subject:
Reply with quote

XOpen wrote:
ps: why I can't change my previous posts ? icon_sad.gif
Because only Moderators has rights to modify a post, if it's essential then you can send an PM (Private Message) to some Moderator here.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2292
Location: italy

PostPosted: Mon Mar 24, 2008 10:43 pm    Post subject: Reply to: How do i know till what date my mainframe id will
Reply with quote

I just checked any user can issue a LU/LISTUSER fro ispf optio 6 to see his/her attributes

Your setup is peculiar, for example there is a glitch in the prefix used for RACF

the command prefix for a subsystem is a string or a single char ( check the db2 / ims setup )

somebody setting up Your racf subsytem name had a finger check,
thinking that %SYSNAME would be substituted by the corresponding system symbol ( maybe )
look at the INITPARM('.....') of the active iefssnxx member and substitute a single char or a meaningful string

anyway I just checked
all the racf commands issued thru the sdsf interface "/" are issued with the userid of the corresponding tso session

and to issue racf controlled commands thru the console a "LOGON" is required
and in the particular case racf commands to the racf subsystem

after all the possibility to issue racf commands thru the console is more a trouble than an advantage
logon needed in any case
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2292
Location: italy

PostPosted: Mon Mar 24, 2008 10:48 pm    Post subject: Reply to: How do i know till what date my mainframe id will
Reply with quote

the % in your previous posts had mislead me,
a % is the manner of telling TSO that what follows is a rexx or a clist not a command
( but since I was having a brain check I had mixed up the behavior )

no need to send racf command thru the operator interface, You will not have any authority other than Your own,
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2