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



here's a *very* simple free format RPG program that simply reads a file
and updates the records.

ftaxstuff uf e disk rename(taxstuff:inrec)
/free
dou %eof;
read taxstuff;
if %eof;
*inlr=*on;
return;
endif;
evalr customer = %Trim(customer);
customer = %xlate(' ':'0':customer);
update inrec;
enddo;

Thanks,
Tommy Holden



From:
"McKown, John" <John.Mckown@xxxxxxxxxxxxxxxxx>
To:
"Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Date:
12/11/2008 12:17 PM
Subject:
RE: Required products for a new i user?
Sent by:
midrange-l-bounces@xxxxxxxxxxxx



-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jim Franz
Sent: Thursday, December 11, 2008 11:02 AM
To: Midrange Systems Technical Discussion
Subject: Re: Required products for a new i user?

If you are 95% Cobol, why replace Easytrieve (website does
not list a i5/OS
version)
with RPG.. There are query/report writers available.
IBM is pushing IBM Web Query which also has support for the old OS400
Query-but
you won't like it's limitations.
I'll let others speak to the non IBM alternates. If your
Easytrieve is
giving you web reporting, etc, then
there are a number of options without learning any RPG.
One I have used - checkout BCD Software's tools - www.bcdsoftware.com

Jim Franz

Why translate Easytrieve to COBOL? I dunno! That's just what I've been,
unofficially, hearing was the proposal.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)
Administrative Services Group
9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mckown@xxxxxxxxxxxxxxxxx * www.HealthMarkets.com

Confidentiality Notice: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential or proprietary information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.


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.