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
What is one line to pass PARM from JCL to COBOL?
What is NOTCAT ?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain how can values be passed from the job stream to an executable program?
What is jcl in mainframe?
Explain the jcl exec statement?
What is job control language?
How would you understand error(execution phase)?
Explain dfsort utility?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is their any set of rules for dd? Explain.
How can the disposition of sysout datasets be set for an entire jobstream?
Explain in DD statement what is the use of DCB parameter?
What are the difference between jcl and jes?