× 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.



Hi Joel,

I do that now.

We too have TAATOOLS, and there is a Command MRGSPLF.

I have an OUTQ that I OVRPRTF to and then run the MRGSPLF command. This
creates a SPLF with ALL of the SPLFs in that OUTQ. I then send an email
of the file that is created, MRGOUTPUT to the Users I have selected. Last
step is to Clear this OUTQ.

I will try to Cut/Paste the relevant code here:

/*
/* Send email of Acknowledgements and Error reports
/*

CHGVAR VAR(&SUBJECT) VALUE('EDI Ack/Error Report +
ran on ' *CAT &DATTIM)

MRGSPLF FROMOUTQ(COMLIB/COMOUTQ) TOOUTQ(COMLIB/COMOUTQ)

SNDSPLMAIL FILE(MRGOUTPUT) TRANSFORM(*PDF) +
TOSMTPNAME((nradich@xxxxxxxxxxxxxx)) +
SUBJECT(&SUBJECT)

CLROUTQ OUTQ(COMLIB/COMOUTQ)









Thanx,

Nick



Nick Radich
Sr. Programmer/Analyst
EPC Molding, Inc.
Direct (320) 679-6683
Toll free (800) 388-2155 ext. 6683
Fax (320) 679-4516
nick_radich@xxxxxxxxxxxxxx



From: "Stone, Joel" <Joel.Stone@xxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 04/24/2012 09:16 AM
Subject: spool files - how to select for email
Sent by: midrange-l-bounces@xxxxxxxxxxxx



BIGJOB creates 3 different spool files with the same name - CUSTRPT. Today
the spool file numbers happen to be #'s 65,66, and 67.

In my email pgm, I can only select *LAST (which would only send report #
67), or I can select a specific #, such as 65 or 66 or 67. But I don't
know the number.

What is the best way to handle this?

Name each spool file differently? Then I can name the three files
CUSTRPT1, CUSTRPT2, and CUSTRPT3, and select each one.

Or, is there a way to retrieve the *LAST spool file number, and the (*LAST
minus 1) spool file, and (*LAST minus 2) spool file?

Or a better method?

I see an API coming my way. Is there a SIMPLE way to do this - ie not
using an API?

For example, RTVSPLFA (*LAST minus 2) ?? I have TAATOOLS if that helps.

Thanks



______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs
Skyscan service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.