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



I like that. Thank you Barbara.

I had tried using:
D dAtaStructure1 ds likerec(FMT01)

so that I did not have to list the FIELD(s) but that was just a whole dish of succotash. I suspect it could be made to work, but it was beyond my capabilities.




On 2/8/2013 10:25 AM, Barbara Morris wrote:
On 2/7/2013 8:32 PM, Booth Martin wrote:

Like this:
D dataStructure1 ds
D FIELD1
D FIELD2
D FIELD3
D FIELD4
D dataFMT01 s like(dataStructure1)

It might be useful to define dataFMT01 using LIKEDS instead.

D dataFMT01 ds likeds(dataStructure1)

It wouldn't make any difference to the program, but it would make it
easier in debug to be able to see both data structures field by field.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.