× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



ESEND is now a product of Help Systems... formerly part of SEQUEL (which is also now a product of Help Systems)

I don't know if it's available as a separate product or not... we got it as part of Robot/something.

Paul E Musselman
PaulMmn@xxxxxxxxxxxxxxxxxxxx


-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jeff Crosby
Sent: Tuesday, April 24, 2012 1:10 PM
To: Midrange Systems Technical Discussion
Subject: Re: spool files - how to select for email

Does your email program support *ALL as well as *LAST? *ALL would send all
spool files in the job.

We use ESEND and it does this. Here is an example:

/* EMAIL KEY SYSTEM INFORMATION OFFSITE */

PGM

/* System info */

PRTSYSINF

/* License key info */

DSPLICKEY OUTPUT(*PRINT)

/* Email it */

ESNDMAIL RECIPIENT(ITOFFSITE) +
SUBJECT('PRTSYSINF/DSPLICKEY') +
MSG('PRTSYSINF/DSPLICKEY attached') +
PDFPASSWRD('************' '************') +
ATTLIST((* *PDF *N *ALL * *ALL *ALL))

/* Delete all spool files */

DLTJOBSPLF

/* SEND MESSAGE */

SNDPGMMSG MSGID(USR9897) +
MSGF(MSG) +
MSGDTA('System info (PRTSYSINF/DISLICKEY) has been emailed +
offsite.') +
TOMSGQ(*SYSOPR) +
MSGTYPE(*COMP)
ENDPGM

The above is run once a week by the job scheduler. Attaches 68 spool
files!



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.