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



That works for me. I never would have thought of that. Thank you


date: Mon, 12 Jun 2023 15:51:39 -0700
from: Peter Dow <petercdow@xxxxxxxxx>
subject: Re: Local read of multi-format LF

Hi Justin,

Looks like a typo on the DS definition, but assuming it's supposed to be
named LFDS, try

?chain key REC01 LFDS;

If you really want to chain to the filename, then you have to define
both record formats within a single data structure, e.g.

dcl-ds LFDS inz;
?? dcl-ds LF_REC01 likeRec(REC01 :*input) pos(1);
?? dcl-ds LF_REC02 likeRec(REC02 :*input) pos(1);


--
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
petercdow@xxxxxxxxx
pdow@xxxxxxxxxxxxxx /



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.