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



Tom Hightower wrote:
> 
> I get a compiler error with this program:
> 
> fpatmst    if   e           k disk    prefix('PATIENT.')
> dpatient        e ds                  extname(patmst) qualified
>   /free
>     read(e) patmst patient;
>      ...   
>         dsply patient.page;
> ...

Tom, I don't get the internal error on either V5R2 or V5R3 (I just get a
message saying PATIENT.PAGE is not valid).  Make sure you're up to date
on PTFS.  The latest RPG-compiler PTFS: V5R2 SI16938, V5R3: SI16953. 
But that will just get you a nicer error message.

You have to do both D spec and I spec rename.  And note the *input on
the EXTNAME; if you don't code that, the compiler will say the data
structure is not valid.

fpatmsg    if   e           k disk    prefix('PATIENT.')              
dpatient        e ds                  extname(patmst:*input) qualified
D  age          e                     extfld(page)                    
Ipatmstr                                                              
I              page                        patient.age                

This will only work in V5R3.  In V5R2, you'd have to use a LIKEREC data
structure, and I can't see a way to make it work with PAGE.  You should
probably report this PAGE problem to IBM.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.