wht do u mean by notify parameter, how can u give acess to multiple users ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
which utility is used to run a cobol-db2 program?
i want to store 20 digits . how will u do it in cobol ?
Is automatic restart possible in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can return codes be tested before execution of a job step?
Where & How Do You Code Identifier In Jcl?
What is one line to pass PARM from JCL to COBOL?
how you will the direct the data to spool using sysout option?
What is jcl in mainframe?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how you can access an uncataloged dataset in a JCL?
Is it possible to define dd statements as you want?
how can you check if a file is empty using jcl?