Re: Looking for A Solution

2023-08-20 Thread Brian Westerman
Sorry in advance for the blatant plug. You can do this automatically with our Syzygy Automation software. It can be built in to the job itself as a step with SyzCMD/z, or it can be automatically generated at the end of the job with SyzMPF/z. Both of them would use SyzEmail/z to actually send

Re: Looking for A Solution

2023-08-20 Thread Andrew Rowley
On 21/08/2023 1:14 am, Steve Beaver wrote: On the zSeries I have created a .CSV. The issue is I need a solution to send this .CSV to a list of email Users that are very low skilled to their email accounts. And this Job needs to be hands-off so it can be scheduled. You probably want a soluti

Re: Looking for A Solution

2023-08-20 Thread Steve Thompson
Ignore my post. What Scott Barry said is probably the right way. Steve Thompson -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Looking for A Solution

2023-08-20 Thread Steve Thompson
Will you be able to translate it first to text for the PC it is going to? Do you have have an email server on z/OS?  (SMTP?). If you do, I think you can build a destination list and have it sent to all those emails in the list. We did things like this from z/OS and z/VM in the last shop I wa

Re: Looking for A Solution

2023-08-20 Thread Bob Bridges
I know nothing about SMTPNOTE, but "using only one specification of the To value" isn't the same as "only one recipient allowed". If the To value is "x...@domain.com; y...@gmail.com; z...@yahoo.com", that's one specification but three recipients. I cast my vote with Lionel, for XMITIP. It has

Re: Looking for A Solution

2023-08-20 Thread Paul Gilmartin
On Sun, 20 Aug 2023 13:08:02 -0500, Scott Barry wrote: >On Sun, 20 Aug 2023 10:14:16 -0500, Steve Beaver wrote: > >>On the zSeries I have created a .CSV. >> >>The issue is I need a solution to send this .CSV to a list of email >>Users that are very low skilled to their email accounts. And this >>

Re: Looking for A Solution

2023-08-20 Thread Scott Barry
On Sun, 20 Aug 2023 10:14:16 -0500, Steve Beaver wrote: >On the zSeries I have created a .CSV. > > > >The issue is I need a solution to send this .CSV to a list of email > >Users that are very low skilled to their email accounts. And this > >Job needs to be hands-off so it can be scheduled. > >

Re: Looking for A Solution

2023-08-20 Thread Paul Gilmartin
On Sun, 20 Aug 2023 10:17:12 -0500, Lionel B. Dyck wrote: >Use XMITIP assuming you have CSSMTP enabled and active on your system. The >CSV will arrive as an attachment that they can click on to open and use. >This can easily be a step within your job. > Must the user supply MIME headers? In an e

Re: Looking for A Solution

2023-08-20 Thread Lionel B. Dyck
RV.UA.EDU Subject: Looking for A Solution On the zSeries I have created a .CSV. The issue is I need a solution to send this .CSV to a list of email Users that are very low skilled to their email accounts. And this Job needs to be hands-off so it can be scheduled. Regards,

Looking for A Solution

2023-08-20 Thread Steve Beaver
On the zSeries I have created a .CSV. The issue is I need a solution to send this .CSV to a list of email Users that are very low skilled to their email accounts. And this Job needs to be hands-off so it can be scheduled. Regards, Steve