Can we give two user name in NOTIFY parameter in JOBCARD
Answer / devendra acharya
no, in the notify we can give only
one user name.
| Is This Answer Correct ? | 20 Yes | 0 No |
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
what is the difference between static call and dynamic call?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
what is instream data
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?
How can we increment subscript and index?
Why include statement is used in a jcl?
how many max steps can we use in a job? pls answer to my question
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
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.