View previous topic :: View next topic |
Author |
Message |
ds390 Beginner
Joined: 23 Jan 2007 Posts: 82 Topics: 39
|
Posted: Thu May 08, 2008 6:57 pm Post subject: Two questions about started task. |
|
|
1. Can I use /d a,l to list all started tasks? I found some are not listed, like LLA. Why?
2. What user ID is used for started tasks? Where is the setup?
Thanks. |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri May 09, 2008 7:56 am Post subject: |
|
|
1. When I do that display, LLA is one of the jobs shown.
2. RACF has a started class resource to assign a USER to a task name. Here's what we do: Code: | SETR GENERIC(STARTED)
RDEFINE STARTED JES2.* STDATA( USER(JES2) GROUP(STCGRP) -
PRIVILEGED(NO) -
TRUSTED(YES) TRACE(NO) ) |
_________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
ds390 Beginner
Joined: 23 Jan 2007 Posts: 82 Topics: 39
|
Posted: Fri May 09, 2008 6:59 pm Post subject: |
|
|
Thanks and I am sorry for #1. The question should be,
when i do /d a,l I can see it, but I can't see it using ST under SDSF. |
|
Back to top |
|
|
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Fri May 09, 2008 7:33 pm Post subject: |
|
|
What are your settings of PREFIX, OWNER, and DESTINATION when keying ST? Put DISPLAY ON to see these settings. _________________ ....Terry |
|
Back to top |
|
|
ds390 Beginner
Joined: 23 Jan 2007 Posts: 82 Topics: 39
|
Posted: Fri May 09, 2008 8:05 pm Post subject: |
|
|
no, I didn't set any filter, i can't see VLF DLF neither. |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Mon May 12, 2008 7:46 am Post subject: |
|
|
What release of z/OS are you on? It seems like I remember SDSF not having visibility to tasks that were SUB=MSTR (outside of JES) on previous releases. |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Mon May 12, 2008 8:28 am Post subject: |
|
|
If you don't have a FILTER or other display restriction set, the SYSPROGs may have set SDSF customization options to filter the ST display for your ID or group. You'll have to ask.
Also, I don't remember ever being on a release of SDSF where these tasks were not visible. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
|
|