wht do u mean by notify parameter, how can u give acess to multiple users ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
Is it possible to left uncode disp? If yes, how?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
if we give TIME=0 how many sec that job/step
what is the use of JCL?
What are isolation levels? Where do we need to specify them in compiling JCL?
What is difference between Return Code, user completion code, Abend code and reason Code?
How can a jobs execution priority be modified?
How to execute step2,step1, step3 if step1,2,3 are in order
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA