Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


wht do u mean by notify parameter, how can u give acess to multiple users ?

Answers were Sorted based on User's Feedback



wht do u mean by notify parameter, how can u give acess to multiple users ?..

Answer / prachi

We can give Notify=&SYSUID which is standered..Whoever will
submit the job the notification will be sent to that user.

Is This Answer Correct ?    6 Yes 0 No

wht do u mean by notify parameter, how can u give acess to multiple users ?..

Answer / i go crazy

We cannot give Notify=uid01,uid02 as it gives "POSITIONAL PARAMETERS MUST BE SPECIFIED BEFORE KEYWORD PARAMETERS". If we give Notify=uid01,Notify=uid02 then system gives the error "KEYWORD NOTIFY IS MUTUALLY EXCLUSIVE WITH KEYWORD NOTIFY ON THE JOB STATEMENT".

Is This Answer Correct ?    4 Yes 1 No

wht do u mean by notify parameter, how can u give acess to multiple users ?..

Answer / bala

First of all NOTIFY parameter is to given Notifictions
only, not to give access.

If particular user don't have authorization to execute that
job he can use other Privileged User's access by giving
USER=XXXXX, PASSWORD= XXXXX in the JOB card.

xxxx --> Privileged user's RACFid and password.

Is This Answer Correct ?    1 Yes 1 No

wht do u mean by notify parameter, how can u give acess to multiple users ?..

Answer / venkat

notify specifies the user id to whom the job status to be
sent.

ex.
//JOB1 JOB ,,NOTIFY=UID001,UID002,UID003,....

OR

//JOB1 JOB ,,NOTIFY=UID001,NOTIFY=UID002,NOTIFY=UID003,....

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More JCL Interview Questions

how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


Can you code instream data in a PROC ?

10 Answers  


How to submit a jcl from cics?

0 Answers  


Is it possible to define dd statements as you want?

0 Answers  


What is the significance of addrspc parameter in exec statement?

0 Answers  


shall we concordinate two different length dataset in to a new date set.

6 Answers  


What is condition checking in jcl? Is this possible?

0 Answers  


How is a dataset passed from one step to another?

2 Answers   DELL,


What is Cataloged Procedures?

0 Answers  


Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?

2 Answers  


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


what is the purpose of coding notify parameter in job statement?

0 Answers   IBM,


Categories