How to send notification to multiple users through jcl???
Answer Posted / muttaiah
Chandrakant sinha, You are simply elaborating what
sangeetha told previously in her post. This is not the
actual thing what Ram.g(Who posted) is expecting anyhow
thanks for explaining in clear about send command.
usualy we will get a notification once the job completes
normally/abnormally. Ram wants how we can send the same
notification to multiple users.
Some jobs may be critical that it should complete
successfully. In that case, there may be some notification
sent to multiple users about the completion.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name a few IBM utility programs, and explain its function.
What are the difference between jcl and jes?
what are the various stages of job processing?
how can you check if a file is empty using jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain how can a stopped job be started again?
Can we use DISP=SHR in output file in JCL
Explain the function of job statement in jcl?
which utility is used to run a cobol-db2 program?
Explain in DD statement what is the use of DCB parameter?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is concatenating?
What is the purpose of disp parameter?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?