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



On 2014-05-19 14:19, Rob Dixon wrote:
I haven't needed to read a source file for about 24 years and didn't have
any problems reading them with OPM RPG.

Now I need to do it again and am using RPGLE. I can open the file and read
records but the fields are all empty. I must be doing something pretty
dumb. I am on V5R1. Can anyone help please? I have tried with both
externally described and program described files.

If you don't use the fields in your program, the compiler makes an optimization and doesn't move the data from the input record into the fields.

You can code DEBUG(*INPUT) in your H spec to get it to always load fields even if they are not used in the program.

Here's a page in the Programmer's Guide "Unexpected Results when Evaluating Variables"
http://www-01.ibm.com/support/knowledgecenter/ssw_ibm_i_72/rzasc/dbgunexp.htm

Here's the page in the Reference about DEBUG(*INPUT):
http://www-01.ibm.com/support/knowledgecenter/ssw_ibm_i_72/rzasd/hdebug.htm


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.