|
"Wilt, Charles" wrote:
Thanks for the correction Barbara.
But, I'm not sure I see the point....was this added before the LIKEREC keyword?
Yes, it was added in V5R1, before you could do I/O to externally-described files with a DS in the result field.
* Record format name=PATMSTR fpatmst if e k disk
dpatient e ds extname(patmst) qualified
d prefix('@') /free
read(e) patmst patient;
if not %error() and not %eof();
dow not %eof();
dsply patient.@page;
read(e) patmst patient;
enddo;
endif;
*inlr = *on;
/end-freeThe program is failing to compile with the following messages:
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.