|
On Jan 30, 2019, at 5:40 PM, Roger Harman <roger.harman@xxxxxxxxxxx> wrote:
Agreed...
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
------------------------------
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of Richard Schoen via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx>
Sent: Wednesday, January 30, 2019 10:36 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Cc: Richard Schoen
Subject: Re: cpytompf for flat file
Looks interesting if you're able to post it.
Regards,
Richard Schoen
Director of Document Management
e. richard.schoen@xxxxxxxxxxxxxxx
p. 952.486.6802
w. helpsystems.com
------------------------------
message: 4
date: Wed, 30 Jan 2019 12:05:28 -0500
from: Jon Paris <jon.paris@xxxxxxxxxxxxxx>
subject: Re: cpytompf for flat file
In an earlier post I mentioned that this might be a good use for an Open Access Handler. Here it is in use. The O-specs lay out the data and can use edit codes etc. if needed. By default the IFS file is named according to the file name used plus data and time.
If anyone is interested in an early version of the code for the handler let me know and I'll post it.
Dcl-f IFSPrinter Printer(50) Handler('IFSWRTRECH');
Dcl-F CustMast Keyed;
Read CustMast;
DoU %Eof(CustMast);
Except IFSLine1;
Read CustMast;
EndDo;
*InLr = *On;
OIFSPrinterE IFSLine1
O Cust# 5
O Name 40
O Credit 50
Pretty easy to use and the same handler can process any "printer" file.
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
On Jan 29, 2019, at 8:57 AM, Jay Vaughn <jeffersonvaughn@xxxxxxxxx> wrote:
Discovered cpytoimpf alone is not enough to take a columned table and move to the ifs as a flat ?fixed? file with column formatting I?m requiring.
Thanks to mark waterbury I?ll be creating a new command to do the following...
Dspfd to outfile to get record length
Create new qtemp flat file with that rcd length
Cpyf columned to qtemp flat
Then finally issue the cpytoimpf on the qtemp flat.
Thx for all the suggestions.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
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.