wht do u mean by notify parameter, how can u give acess to multiple users ?
Answer Posted / 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 |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
what happens in execution stage in job processing?
How to do automated restart when a job abend?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is multithreading in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is job control language?
What is notcat 2 - gs?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What dd statement is used to supply the name of a dataset?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?