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 |
What are isolation levels? Where do we need to specify them in compiling JCL?
once we submitted the job to the operating system, how can we cancel the job before execution?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
What is NOTCAT ?
what is the purpose of coding class parameter in job statement?
describe the dd statement,its meaning,syntax and keywords?
what is the Difference between SYSIN and PARM ?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
how to identify a vasam dataset by seeing in 3.4(browse)
what is the compile process of cobol program expalin with code
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??