|
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
--
Barbara
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.