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



What program or process do you use to do you emailing of attachments ?
Javamail ?

On Thu, Sep 29, 2011 at 12:29 PM, Pete Helgren <pete@xxxxxxxxxx> wrote:
The addition of the parameters to the OVRPRTF was very nice and I
include that "trick" as part of my open source report writing
presentation (which I will be doing at Fall Common next week!)

Biggest issue becomes management of the accumulating files.  But there
are "tricks" for that as well (and quite a bit of code).  Most of my
customers want the files delivered as attachments so I send them and
then delete them.

Pete Helgren
Value Added Software, Inc
www.petesworkshop.com
GIAC Secure Software Programmer-Java


On 9/28/2011 3:01 PM, Pat Barber wrote:
For those who have not tried this pdf creation, it's a neat little, no
cost, way to get
some pretty good results.

Using the IBM document:

http://www-912.ibm.com/s_dir/slkbase.NSF/acf2ee1e9d64b16e8625680b00020389/2bd8020c496ae912862575f400640da6?OpenDocument&Highlight=2,pdf

In a couple of hours:

1. Install 5770TS1 from V7R1 cd  B_Groupx_04
(It is also available on V6R1

2. Modify a very simple application like this:

PGM
               OVRPRTF    FILE(QPDSPLIB) DEVTYPE(*AFPDS) PAGESIZE(66 +
                            85) LPI(6) CPI(10) PAGRTT(0) +
                            FORMTYPE(DSPLIB) USRDTA(USERDATA) +
                            SPLFNAME(DSPLIB) TOSTMF('/home/patrick') +
                            WSCST(*PDF)
               DSPLIB     LIB(QGPL) OUTPUT(*PRINT)
ENDPGM

The basic changes are: devtype=*afpds
                                     tostmf='/yourfolder'
                                     wscst=*pdf


3.Check the results and be surprised at how easy this really is.

4. It even works with old S/36 OCL.

You will have play with ovrprtf a little to get expected results.

I am sort of surprised at how easy this is/was...





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.