× 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 Aug 10, 2010, at 10:54 AM, rpg400-l-request@xxxxxxxxxxxx wrote:

FFILEA if e k disk
D RecordDS ds LikeRec(FILEAF)

Good grief, I hate to embarrass myself this way, but I will ask. Better
to learn, I guess.

I read a record from FILEA. In debug the record's fields are populated
with data. How do I get the data into RecordDS so I can use it? I
just assumed it would be there automagically, but that was a bad assumption.

Reason it doesn't work as-is is that any DS defined with LIKEREC is automatically qualified (as are those defined with LIKEDS) so the field names don't match. All the fields in the DS are named RecordDs.fieldName.

Three different options:

1) Change it to an externally described DS and it will happen like magic.

2) Add *Input to the LIKEREC and use the DS as the target of the I/O operation

3) Add PREFIX('DS.') to the F spec and the fields will be populated - but I believe you are restricted to the length of the DS name as the resulting field name will be restricted to the length of the name on the I-specs generated.


Jon Paris

www.Partner400.com
www.SystemiDeveloper.com




As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.