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



Tim Kredlo wrote:
> Hans (and Buck),
> 
> Thanks for the help!
> 
> but.....
> 
> Since I changed to 'LikeRec' it seems I can no longer overlay the data
> structure with the array.
> (This part worked fine when I used 'ExtName'.)
> 
> Code:
> D SoRecP          DS  LikeRec(OPENSORP:*Input)
> D  SoArry                     Overlay(SoRecP:1)
> D                             Dim(128)
> D                                     Like(A1)
> 
> Compile errors:
> D  SoArry                             Overlay(SoRecP:1)
> *RNF3703 20 a      008300  The subfield or parameter definition is not
> specified within a group.
> *RNF3601 20 b      008300  Keyword is not allowed for a field
> definition; keyword ignored.
> 
> 
> It seems the compiler thinks that SoRecP is now a field rather than a
> data structure.
> 
> I'm confused!
> 
> ?????
> 
> TIA

Right, that doesn't work. Unlike externally described data structures, you 
can't add your own program described subfields to a LIKEREC data structure. 
YET another reason why we plan on relaxing the rules for result data 
structure.

You can always define the overlaying array as based, and set the basing 
point to the address of the appropriate subfield.

Cheers! Hans



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.