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

How to RACF someone to submit my job?


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

New User


Joined: 05 Apr 2006
Posts: 10

PostPosted: Tue Apr 11, 2006 7:49 am
Reply with quote

I want let the other useird can submit my job. How to do it?

Thanks in advance.
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Tue Apr 11, 2006 10:14 am
Reply with quote

David_Li wrote:
I want let the other useird can submit my job. How to do it?

Thanks in advance.


If somebody have access to submit job s/he can submit your job too maybe they don't have access to view or edit your job!
please explain more about the racf message which other get when they try to submit your job icon_question.gif
Back to top
View user's profile Send private message
David_Li

New User


Joined: 05 Apr 2006
Posts: 10

PostPosted: Tue Apr 11, 2006 10:26 am
Reply with quote

Kamran,
Thanks your prompt reply.
I mean i want grant the submit authority to an usedid with my job. I have already grant the alter authority to him, but he can't submit my job.
how should i do? USE RACF or other way? If RACF can do that, how to do it? icon_rolleyes.gif
MYJOB: mypds.test.lib(job1)
USERID: AV2SUD
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Tue Apr 11, 2006 11:27 am
Reply with quote

David_Li wrote:
Kamran,
Thanks your prompt reply.
I mean i want grant the submit authority to an usedid with my job. I have already grant the alter authority to him, but he can't submit my job.
how should i do? USE RACF or other way? If RACF can do that, how to do it? icon_rolleyes.gif
MYJOB: mypds.test.lib(job1)
USERID: AV2SUD


Hi again
I try to explain different situation which maybe someone have not authorization to submit job you can check which one is yours.
1. there is a member in racf class "TSOAUTH" named "JCL" which anyone who (I don't check it for special users!) is going to submit jcls must have read access to it.
2. if user b wants to submit jcl using the job card bellow
//submitjcl job user=a,.....
in situation which user a is another user there is a profile named anyname.submit in class "SURROGAT" which user b must have read access to it.any name usually is "*" or "A" in situation which user be is going to submit "A" user's job.
maybe there is another situation which I didn't encounter anyhow if it didn't solve your problem please tell us in detail with example including the error which user b "AV2SUD" would get during submitting.
Back to top
View user's profile Send private message
vidhyanarayanan

New User


Joined: 23 Dec 2005
Posts: 52

PostPosted: Tue Apr 11, 2006 12:04 pm
Reply with quote

Hi,

You can authorize another user to submit ur jobs by declaring him/her
as a surrogate user as far as RACF is concerned. you do not need to
provide the user with ur password,although the jobs ll execute under ur
user id......
Back to top
View user's profile Send private message
David_Li

New User


Joined: 05 Apr 2006
Posts: 10

PostPosted: Wed Apr 12, 2006 11:44 am
Reply with quote

Thanks , Kamran & vidhyanarayanan
I got it, My situation is 2, user b wants submit the job which has job card 'user=a'. If user b wants submit the job successfully, user b should
get the surrogate authorization from user a.
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Wed Jul 26, 2006 4:38 am
Reply with quote

Hi

If still user B is facing any problme...Give me the error msg I can help you with RACF...
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts RACF cost vs. ACF2 cost IBM Tools 2
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts CICS Access to RACF CICS 2
No new posts How to submit multiple jobs with parm... JCL & VSAM 3
Search our Forums:

Back to Top