IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Creating super user like IBMUSER


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jacky.bright

New User


Joined: 15 Aug 2006
Posts: 2

PostPosted: Tue Aug 15, 2006 6:05 pm
Reply with quote

HI .. can anyone tell me procedure to create TSO superuser like IBMUSER ?

what all accesse I should assign to this new TSO userid so as to make it SUPERUSER ?
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Tue Aug 15, 2006 6:10 pm
Reply with quote

Does your shop use RACF?

If so, isn't IBMUSER already defined?

If you have the authority (SPECIAL or AUDITOR), can you enter TSO LU IBMUSER on the command line to display the ID?
Back to top
View user's profile Send private message
jacky.bright

New User


Joined: 15 Aug 2006
Posts: 2

PostPosted: Tue Aug 15, 2006 6:20 pm
Reply with quote

I hav other TSO userID PRODU1 .. We use RACF . Even PRODU1 has special and auditor privilege. But still PRODU1 is not able to do few operations which IBMUSER can ? like Storage , DASD maintenance ...

How am I going to get what all accesses IBMUSER id is having ?
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Tue Aug 15, 2006 6:28 pm
Reply with quote

If PRODU1 has SPECIAL and AUDITOR, does it also have the OPERATIONS (the ability to read, write, delete, and allocate any dataset) attribute?

Code:

TSO ALU PRODU1 OPERATIONS
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Tue Sep 19, 2006 3:59 am
Reply with quote

Hi

As you know IBMUSER id on top of the chain...so your Id needs to have equal right to creat that Id... Special, Auditor and Operations will do...as told by Cpuhawg...use "TSO ALU PRODU1 OPERATIONS" which will give your ID OPERATIONS and then try creation an Id with the same rights....
Make sure that you connect group for SYS1, SYSCTLG to the new user. Default group for the ID will be SYS1...with atleast Join authority for all the groups..You can give as much authority as you want by connecting different groups with different rights...


Correct me if I am wrong...
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Creating Unix Directory using COBOL i... COBOL Programming 2
No new posts Running a Job with the Default User ID JCL & VSAM 2
Search our Forums:

Back to Top