×
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.
Your output isn't blanking those fields somewhere, or maybe a field that overlays them in a data structure.
Scott Mildenberger | Software Developer | Washington Corporations | 101 International Drive | Missoula, MT 59808 | Office: (406) 523-1536 | www.washcorp.com
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jeff Crosby
Sent: Wednesday, October 16, 2019 1:24 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: [EXTERNAL] Fields not printing
I created 2 work fields:
D wITMCS S Like(ITMCS)
D wITMUN S Like(ITMUN)
placed them on the print line instead of the original fields:
O wITMCS J 70
O wITMUN J 75
and just before the Except I have:
wITMCS = ITMCS;
wITMUN = ITMUN;
EXCEPT ITMPRT;
and lo and behold, they print!
Does that not mean some compiler issue?
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.