I have a SQR program (SQR is a language to create reports or run processes), which would generate multiple reports one after other for each department. My task is to send that report to the manager based on the department.
Is this possible in Mainframe ?
In SQR we have facility to call command line, not very sure if there could be a command I can run in Mainframe to trigger email.
In unix i can call command line
e.g: System("sendmail -t abcd@xyz.com ...........");
Is there something in Mainframe to do similar task ?