Use the STARTED class in RACF. For example:

RDEFINE STARTED MYSTC.* OWNER(ME) +
  DATA('MY NIFTY STARTED TASK') +
  STDATA( +
    USER(ME) +
    GROUP(MYGROUP) +
    TRACE(YES) +
  )
SETROPTS RACLIST(STARTED) REFRESH

Note that the userid ME must be CONNECTed in RACF to the group MYGROUP. If it 
is not, then this won't match and the assignment will fail. 

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
[email protected] * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[email protected]] On Behalf Of Ward, Mike S
> Sent: Monday, February 07, 2011 2:32 PM
> To: [email protected]
> Subject: Associate user with started task
> 
> Hello all, I have a question. How do you associate a userid with a
> started task? I don't want to use the default started task uid, I want
> to set up a test id so that I can manipulate the attribute of the user
> without affecting other started tasks that use the default user id. I
> looked at the start command, but there were no user type 
> parameters for
> it. In the jcl book it says you can use a user= parm, but don't put it
> on a started task because it won't work. Any help appreciated.
> 
> Thanks!
> 
> ==========================
> This email and any files transmitted with it are confidential 
> and intended solely for the use of the individual or entity
> to which they are addressed. If you have received this email 
> in error please notify the system manager. This message
> contains confidential information and is intended only for 
> the individual named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail. 
> Please notify the sender immediately by e-mail if you
> have received this e-mail by mistake and delete this e-mail 
> from your system. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or 
> taking any action in reliance on the contents of this
> information is strictly prohibited.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
> 
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to