View previous topic :: View next topic |
Author |
Message |
kris_madras Beginner
Joined: 07 Apr 2004 Posts: 46 Topics: 29
|
Posted: Wed Oct 13, 2004 1:42 am Post subject: Setting Restrictions to the job |
|
|
Hi,
I just want to know how to set access restrictions to the job in the spool that curretly executing. i.e. giving permissions to see the job details(JCL) for specific users only...
Thanks
Kris |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Oct 13, 2004 4:37 am Post subject: |
|
|
kris,
You cannot issue authority to CHOSEN people. You can make your job available for everyone by adding this immediately after your jobcard
Code: |
/*ROUTE PRINT PUBLIC
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
kris_madras Beginner
Joined: 07 Apr 2004 Posts: 46 Topics: 29
|
Posted: Wed Oct 13, 2004 5:40 am Post subject: |
|
|
Hi,
Thanks for your help. This is not a requirement just curious to know how to set. Today morning I saw one job is executing in spool but not able to access(See the JCL inside it).
Thanks
Kris |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Oct 13, 2004 7:47 am Post subject: |
|
|
Kris_madras,
If you have a valid reason to look at output other than your own job, your sysporgs will be able to set you up , so that you can view the jobs.
If it's just a one time requirement, the other user can always use SDSF line commands such as XDC to save their job output to a dataset and then TSO TRANSMIT it to your id.
Basically if you're not authorized to view the output, you shouldn't try accessing something which you are not allowed to. As mentioned earlier if you have a valid reason then go thru the proper channels(your sysprogs)
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Maton_Man Beginner
Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Thu Oct 14, 2004 6:44 pm Post subject: |
|
|
Quote: |
You cannot issue authority to CHOSEN people. You can make your job available for everyone by adding this immediately after your jobcard
|
I was under the impression you could do this using appropriate RACF profiles. We used to do it that was some years ago... _________________ My opinions are exactly that. |
|
Back to top |
|
|
|
|