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 modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
When we give TYPERUN = SCAN , what are the syntax errors we get?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
What are the rules employed while naming the steps in a job?
I had 100 steps in jcl i want to execute first 10 steps only?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
What is the difference between a symbolic and an override in executing a PROC?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
how to set dependancy for jobs?
How do you handle empty files in a JCL ?
When output dataset space is required, what quantity categories are used?