View previous topic :: View next topic |
Author |
Message |
avid_lrner Beginner
Joined: 15 Apr 2005 Posts: 21 Topics: 9
|
Posted: Mon Sep 12, 2005 8:10 am Post subject: Job Access Problem with RACF-ID |
|
|
Hey Folks,
When i submit a job using my RACF-ID, only I have the access to the job in SPOOL. It cannot be viewed by anyone else, until I put the job in SAR.
Could anyone of you suggest how to permit access to other RACF-IDs, so my teammates could view the jobs that i submitted???
All ideas are appreciated.
thanks and regards,
avid_lrner. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Sep 12, 2005 9:18 am Post subject: |
|
|
avid_lrner,
Add the following line after the jobcard
Code: |
/*ROUTE PRINT PUBLIC
|
This will give the sysout to public and every one can view it
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Wed Sep 14, 2005 11:14 am Post subject: |
|
|
/*ROUTE PRINT PUBLIC
This is not standard IBM probably a usermod in your system |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Wed Sep 14, 2005 11:53 am Post subject: |
|
|
No problem with the /*ROUTE PRINT
My problem is with the PUBLIC keyword |
|
Back to top |
|
|
|
|