How can a job send a status message to a tso user at the completion of a job?
Answer Posted / mouparna roy
NOTIFY=USER_ID
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is JCL?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the difference between the positional and keyword parameters? Give examples.
How is the record format of an output dataset specified?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How do you submit a job for execution?
Explain in DD statement what is the use of DCB parameter?
how to do automated restart when a job abends?
When space is allocated for an output dataset, what units can be used?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the use of disp parameter?
What are steplib and joblib?